Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating a settings.xml file in the config directory of $ROGO_DOCKER_MYSQLROOT WWWROOT and run the command line installer via docker-compose.

Code Block
languagebash
docker-compose exec -T web php cli/init.php -u root -p $ROGO_DOCKER_MYSQLROOT -s db -t 3306 -n rogo

...