Ich konnte keine Anleitung für eine Installation per Konsole (ohne grafische Oberfläche wie bei normalen Servern üblich) finden. Ich meinte, den Abschnitt “Update per Konsole” aus http://community.shopware.com/Shopware-aktualisieren-updaten_detail_1878.html für eine Neuinstallation anpassen zu können, indem ich nach einem git clone im shopware Verzeichnis den Befehl php recovery/install/index.php
aufrief, erhalte danach aber die Fehlermeldung: PHP Warning: require\_once(/home/firma/htdocs/shopware/recovery/common/vendor/autoload.php): failed to open stream: No such file or directory in /home/firma/htdocs/shopware/recovery/common/autoload.php on line 5 PHP Fatal error: require\_once(): Failed opening required '/home/firma/htdocs/shopware/recovery/common/vendor/autoload.php' (include\_path='.:/usr/share/pear:/usr/share/php') in /home/firma/htdocs/shopware/recovery/common/autoload.php on line 5
PHP Version = 5.5.30 VirtualHost: <virtualhost>
ServerAdmin goeldi@blabla.com
DocumentRoot /home/firma/htdocs/shopware
ServerName testshop.firma.ch
ServerAlias www.testshop.firma.ch
ErrorLog /home/firma/logs/error_log
CustomLog /home/firma/logs/access_log common
RewriteEngine On
<directory>
Options +Indexes FollowSymLinks
Allow from all
</directory>
Das Verzeichnis shopware/vendor ist leer (ausser .htaccess)