Versions Compared

Key

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

If Please check which version you are on as there may be a version of Rogo pre 6.4 you will need to upgrade to that version first. See the releases page for a download link.number of steps you need to follow.

Upgrading to 5.0

  1. The /updates/version4.php will translate the 4.x database structure into the new 5.0 database structure.
  2. Edit /config/start.inc and modify the ends of lines 9 and 15 to read <td style="color:white;width:190px;text-align:center">

Upgrading to 5.x

  1. To upgrade a version 5 installation to a newer version 5 run the script /updates/version5.php

Upgrading to 6.0

  1. When upgrading to version 6 copy /config/start.inc from the BitBucket repository and re-style to local needs. If the old one is copied the 'Fire Exits' will not work.

Upgrading to 6.1

No need skip this.

Upgrading to 6.2

  1. Ensure you have copied the config/campuses.inc file into your new rogo directory if you are jumping from a pre rogo 6.1 version
Warning

Rogō will attempt to install some additional libraries automatically but you may need to install them manually:


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


Info
titleInstalling Composer

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

Upgrading to 6.3

No need skip this.

Upgrading to 6.4

  1. Your base rogo must be atleast rogo 6.2.X in order to upgrade to 6.4.X
Warning

Rogō will attempt to install some additional libraries automatically but you may need to install them manually:


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

cd /path_to_rogo_root_directory
npm install --production


Info
titleInstalling NPM

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

After you have upgraded to the latest 6.4 version you will then be able to upgrade to the latest 6version. 5 See the releases page for a download link.

...