[gelöst] Fehler Installation mit dev template

Hallo,

ich versuche shopware wie unter https://docs.shopware.com/en/shopware-platform-dev-en/getting-started/installation-guide beschrieben zu installieren. Folgender Fehler tritt auf, leider gibt der für mich nicht viel her. Shopware selbst läuft z.b. mit der Nicht-Developer-Version https://releases.shopware.com/sw6/install_6.1.1_1580132211.zip auf dem Server wunderbar.

 

root@354eb822d8bb:/var/www/html/development# bin/setup

Shopware setup process
======================

 This tool will setup your instance.

Application information
-----------------------

 Application environment [dev]:
  [0] prod
  [1] dev
 > 1

 URL to your /public folder [http://shopware.local]:
 > http://localhost

Database information
--------------------

 Database host [localhost]:
 > database

 Database port [3306]:
 >

 Database name [shopware]:
 >

 Database user [app]:
 > shopware

 Database password:
 >

 ! [NOTE] Checking database credentials                                                                                 

 ! [NOTE] Running post installation tasks                                                                               


###################

SHOPWARE Developer Version

       _
      | |
   ___| |__  ________  _____ ___ ___
  / __| '_ \ / _ \| '_ \ \ /\ / / _` | '__ / _ \
  \__\ | | | (_) | |_) \ V V / (_| | | |__/
  | ___/_| |_|\___ /| . __/ \_/\_/ \__ ,_|_| \___|
                  | |
                  |_|

Using .psh.yaml.dist extended by .psh.yaml.override


" in "/var/www/html/development/dev-ops/common/actions/install.sh" in phar:///var/www/html/development/psh.phar/src/ScriptRuntime/
ScriptLoader.php on line 142

" in "/var/www/html/development/dev-ops/common/actions/install.sh" in phar:///var/www/html/development/psh.phar/src/ScriptRuntime/
ScriptLoader.php on line 142

Call Stack:
    0.3077 1895608 1. {main}() /var/www/html/development/psh.phar:0
    0.3079 1889896 2. require('phar:///var/www/html/development/psh.phar/psh') /var/www/html/development/psh.phar:10
    0.3462 2657856 3. Shopware\Psh\Application\Application->run() phar:///var/www/html/development/psh.phar/psh:12
    0.4913 3191200 4. Shopware\Psh\Application\Application->execute() phar:///var/www/html/development/psh.phar/src/Applicati
on/Application.php:92
    0.4913 3191200 5. Shopware\Psh\Application\ApplicationFactory->createCommands() phar:///var/www/html/development/psh.phar
/src/Application/Application.php:163
    0.4942 3235736 6. Shopware\Psh\ScriptRuntime\ScriptLoader->loadScript() phar:///var/www/html/development/psh.phar/src/App
lication/ApplicationFactory.php:96
    0.5090 3247736 7. Shopware\Psh\ScriptRuntime\ScriptLoader->Shopware\Psh\ScriptRuntime\{closure:phar:///var/www/html/devel
opment/psh.phar/src/ScriptRuntime/ScriptLoader.php:69-77}() phar:///var/www/html/development/psh.phar/src/ScriptRuntime/ScriptLoad
er.php:54
    0.5090 3247784 8. Shopware\Psh\ScriptRuntime\ScriptLoader->findInclude() phar:///var/www/html/development/psh.phar/src/Sc
riptRuntime/ScriptLoader.php:70

 

der Fehler schien am fehlenden Paket SSH zu liegen. Nun komme ich etwas weiter.