kristophjunge / docker-mediawiki

Dockerized MediaWiki running under Nginx and PHP-FPM. Based on the official PHP7 image. Packaged with VisualEditor plugin and Parsoid service.
MIT License
62 stars 41 forks source link

Use --dbuser/--dbpass instead of --installdbuser/--installdbpass when… #3

Closed sepastian closed 7 years ago

sepastian commented 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.

With this change in place, installation works fine for me.

Cypris2010 commented 7 years ago

Can someone explain this to me? I don't get where to put the arguments.