39 | | * Copy the etc/config.inc.php.sample file to etc/config.inc.php and edit it. To begin with, set {{{ $config['notify_host'] = false }}} (because we haven't setup the server yet). Update with the details of the red-ui user account you created above. |
| 39 | * Copy the etc/config.inc.php.sample file to etc/config.inc.php and edit it. |
| 40 | * Set {{{ $config['notify_host'] = false }}} (because we haven't setup the server yet). |
| 41 | * Update with the details of the red-ui user account you created above. |
| 42 | * Do a search/replace for "/client" and change it to "/ui/share" |
| 43 | * If you are not going to be using https, add this line: $config['secure_cookies'] = false; |