ich bin ein Schritt weiter openjdk hat gefällt und daher ist es nicht durchgelaufen.
Hier nun der Ausschnitt:
Buildfile: /var/www/html/domain.de/shopware/build/build.xml
check-composer-binary:
install-composer-binary:
update-composer-binary:
[exec] You are already using composer version 1.5.2 (stable channel).
build-composer-install:
[exec] Do not run Composer as root/super user! See https://getcomposer.org/root for details
[exec] Loading composer repositories with package information
[exec] Installing dependencies (including require-dev) from lock file
[exec] Nothing to install or update
[exec] Generating optimized autoload files
[exec] Warning: Ambiguous class resolution, "Doctrine\ORM\Persisters\Entity\BasicEntityPersister" was found in both "$baseDir . '/engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php" and "/var/www/html/domain.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php", the first will be used.
[exec] Warning: Ambiguous class resolution, "Doctrine\Common\Proxy\AbstractProxyFactory" was found in both "$baseDir . '/engine/Library/Doctrine/Common/Proxy/AbstractProxyFactory.php" and "/var/www/html/domain.de/shopware/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php", the first will be used.
build-theme-initialize:
[exec] Themes initializes
build-create-admin-account:
[exec]
[exec] [OK] Adminuser "demo" was successfully created.
[exec]
build-install-lock-file:
build-disable-firstrunwizard:
[exec] First Run Wizard disabled
install-git-hooks:
build-unit:
BUILD SUCCESSFUL
Total time: 4 minutes 35 seconds
Das zwischen drin habe ich ausgeschnitten, da alles ok scheint und die Nachricht sonst zu lang wäre.
Wenn ich nun domain.de aufrufe werde ich nicht mehr weitergeleitet aber trotzdem erscheint eine weiße Seite. Unter /recovery/install/ kommt Sie haben bereits die Installation ausgeführt.
Verzeichnis: /var/www/html/domain.de/
git clone https://github.com/shopware/shopware.git
chmod -R 755 var
chmod -R 755 web
chmod -R 755 files
chmod -R 755 media
chmod -R 755 engine/Shopware/Plugins/Community
cd build/
ant configure
ant build-unit
vhost zeigt auf /var/www/html/domain.de/shopware/
[exec] Warning: Ambiguous class resolution, "Doctrine\ORM\Persisters\Entity\BasicEntityPersister" was found in both "$baseDir . '/engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php" and "/var/www/html/domain.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php", the first will be used.
[exec] Warning: Ambiguous class resolution, "Doctrine\Common\Proxy\AbstractProxyFactory" was found in both "$baseDir . '/engine/Library/Doctrine/Common/Proxy/AbstractProxyFactory.php" and "/var/www/html/domain.de/shopware/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php", the first will be used.
[exec] Warning: Ambiguous class resolution, „Doctrine\ORM\Persisters\Entity\BasicEntityPersister“ was found in both „$baseDir . '/engine/Library/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php“ and „/var/www/html/domain.de/shopware/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php“, the first will be used.
[exec] Warning: Ambiguous class resolution, „Doctrine\Common\Proxy\AbstractProxyFactory“ was found in both „$baseDir . '/engine/Library/Doctrine/Common/Proxy/AbstractProxyFactory.php“ and „/var/www/html/domain.de/shopware/vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php“, the first will be used.
Diese Fehlermeldung ist in Ordnung da dadurch Klassen überschrieben. Quasi ein gewolltes verhalten.