1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-20 04:59:27 +02:00

Update u_and_e.md

Enable installed in config file
This commit is contained in:
fabreg 2017-03-24 00:00:31 +01:00 committed by GitHub
parent 6fd13c96d0
commit 54915808c8

View File

@ -137,6 +137,11 @@ $config['smtp_conn_options'] = array(
```
Point your browser to `https://myserver/rc/installer` and follow the instructions.
You should see a message
`To enable it again, set $config['enable_installer'] = true; in RCUBE_CONFIG_DIR/config.inc.php`
So please in data/web/rc/config/config.inc.php change this value from false to true and refresh the page.
Initialize the database and leave the installer.
**Delete the directory `data/web/rc/installer` after a successful installation!**