Versions Compared

Key

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

...

Code Block
languagexml
titleconfig/rogo.xml
<?xml version="1.0"?>
<rogo>
    <version>6.3.0</version>
    <php>
        <min_version>5.3.9</min_version>
        <extensions>
            <extension>mysqli</extension>
            <extension>mcrypt</extension>
            <extension>curl</extension>
            <extension>gd</extension>
            <extension>ctype</extension>
            <extension>mbstring</extension>
            <extension>xml</extension>
            <extension>xmlrpc</extension>
            <extension>fileinfo</extension>
        </extensions>
    </php>
    <database>
        <mysql>
            <min_version>50100</min_version>
        </mysql>
    </database>
    <translations>
        <url>http://rogo-oss.nottingham.ac.uk/langpacks</url>
    </translations>
</rogo>

From 6.3 on intall and update rogo will attempt to download the latest language packs available. The university of nottingham hosts a rogo site to download these from. If you prefer this setting can be changed to a site of your choosing.

Hardware Recommendations

Running on-line summative assessments requires a stable hardware platform with enough resources to handle the current student numbers and predicted growth in numbers. Rogō is a web application based around the LAMP stack and many of the standard optimisation techniques are applicable. However, on-line summative assessments have a different load profile to normal web traffic caused by the start of the exam. This high load over a short time period and the importance of the consequence of hardware failure must be taken into account.

...