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:

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.

Rogō Configuration

Rogō main configuration file is in /config/config.inc.php – This holds system wide setting for your installation.

...