Kategorien
Shopware

Shopware 4 Installation Ubuntu mit Ant

Für die Installation von Shopware 4 unter Ubuntu ist auf der Konsole nur folgende Anweisung nötig, um mittels Ant und Git Shopware zu installieren und zu konfigurieren mittels eines Ant Build Sciptes.

Wichtig: Systemvoraussetzungen checken,

  • PHP 5.3.2 or above
  • PHP’s cURL and GD library
  • An Apache web server
  • Apache’s mod_rewrite module
  • MySQL 5.1.0 or above
sudo apt-get install git

sudo apt-get -u install ant

sudo apt-get install openjdk-6-jdk

sudo apt-get install curl

Hier kommt man zur Installationsanleitung von Shopware 4

#in installation path
git clone https://github.com/ShopwareAG/shopware-4.git
cd shopware-4
chmod 755 config.php
chmod 755 -R cache
chmod 755 -R files
chmod 755 -R media
chmod 755 -R engine/Shopware/Plugins/Community
cd build/
ant configure
ant build-unit