Versions Compared

Key

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

...

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


Rogo requires a number of NPM and Composer packages. The easiest way to install these is to install the unit test and behat test suites as these will do the work for you.


If you do not want to do that just yet, you can install NPM and Composer packages manually:

Info
titleInstalling Composer

Download the latest Composer phar file from https://getcomposer.org/download/ to the Rogō root directory and running the following command:

php composer.phar install


Info
titleInstalling NPM

NPM itself is installed in the docker image. To install the packages run:

npm install