Versions Compared

Key

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

...

Expand
titlePHP Settings

Below are some of the settings which may need to be altered from their default values:

Code Block
languagebash
max_execution_time = 120
memory_limit = 512M
post_max_size = 20M
upload_max_filesize = 20M
default_charset = "utf-8"
mbstring.internal_encoding = UTF-8
max_input_vars = 3000

E-mail configuration

Rogō uses the built in PHP mail functions to send e-mail, therefor you will need to configure it correctly for your environment.

Non English Language installation.

Users wishing to install in one of the supported languages other than English should down load and install the language pack http://rogo-oss.nottingham.ac.uk/langpacks/ before proceeding with the installation.

Info

Work is being done to amek this automated in the future.

Installation

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.

...