Versions Compared

Key

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

...

Warning

From Rogo 6.1.0 an additional install step is needed to install composer and libraries (note: from 6.2.0 Rogo will attempt to install composer automatically):

cd /path_to_rogo_root_directory
php composer.phar install --no-dev
Info
titleInstalling Composer

Go to https://getcomposer.org/download/ or search for composer in your package manager.

Warning

From Rogo 6.2.0 an additional install step is needed to install npm and libraries (note: from Rogo will attempt to install the libraries automatically):

cd /path_to_rogo_root_directory
npm install --production
Info
titleInstalling NPM

Go to npm comes bundled in nodejs you can download from https://nodejs.org/en/download/ or search for npm/nodejs in your package manager.

Rogō Configuration

...