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
andGD
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