ROGO 7.0.0
Below is a guide on how to setup you web sever for the latest version of Rogō.
If you have a PHP expert or web server administrator you are recommended to contact them for advice first.
PHP
The Minimum required version of PHP for the latest version of Rogo is 7.3.0
Please ensure the following PHP extension are installed and enabled:
mysqli
- curl
gd
ctype
mbstring
xml
xmlrpc
fileinfo
- zip
- ldap (optional - only required if ldap authentication is to be used)
- sockets (optional - only required if Rrserve used for calculation questions)
- pdo_mysqli (optional - only required if you use oauth)
Non default PHP settings that may require a change in your php.ini:
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 |
Rogō uses the inbuilt PHP email functionality you will need to configure in order for Rogō to use it.
See the manual.
Webserver
Apache is currently the only supported web server. However, there should be no impediments to using any other web server. Please let us know if you do successfully run Rogō on a non-Apache web server.
The minimum required version of Apache is 2.4
Please ensure the following Apache modules are installed and enabled:
- mod_ssl
- mod_rewrite
- mod_headers or mod_expires
Related articles
Filter by label
There are no items with the selected labels at this time.