Closed sepastian closed 7 years ago
… invoking maintenance/install.php.
Here's a fix for #2. When invoking maintenance/install.php from script/install.sh, provide --dbuser and --dbpass instead of --installdbuser and --installdbpass.
maintenance/install.php
script/install.sh
--dbuser
--dbpass
--installdbuser
--installdbpass
With this change in place, installation works fine for me.
Can someone explain this to me? I don't get where to put the arguments.
… invoking maintenance/install.php.
Here's a fix for #2. When invoking
maintenance/install.php
fromscript/install.sh
, provide--dbuser
and--dbpass
instead of--installdbuser
and--installdbpass
.With this change in place, installation works fine for me.