Versions Compared

Key

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

...

N.B. Rogō is being used on Linux and Solaris servers for all known installations in the community. However, as Rogō runs on a LAMP stack there should be no issues with it running on a Windows server.

Warning

The instructions below are for Rogo 6.1 onwards

From Rogo 6.1 the install and update scripts will check that the listed extensions are installed before letting you proceed.

...

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

Users using the  development branch of Rogo will also need to run composer to install additional From Rogo 6.1.0 an additional install step is needed to install composer and libraries:

cd /path_to_rogo_root_directory
php composer.phar install --no-dev

...