Versions Compared

Key

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

...

Extract Rogō into the web root and visit 'https://[YOUR_HOST_NAME]/install/index.php'. This will check your installation and create the appropriate databases and users.

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.23.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

...