2018-01-29 08:27:59 +01:00
|
|
|
1\. Create a new subdirectory for rainloop and download the RainLoop installer:
|
|
|
|
```
|
|
|
|
mkdir data/web/rainloop
|
|
|
|
curl -o data/web/rainloop/installer.php -s http://repository.rainloop.net/installer.php
|
2017-12-10 20:28:32 +01:00
|
|
|
```
|
|
|
|
|
2018-01-29 08:27:59 +01:00
|
|
|
2\. Run the installert from within the PHP-FPM mailcow container:
|
|
|
|
```
|
|
|
|
docker exec -it $(docker ps -qf name=php-fpm-mailcow) php /web/rainloop/installer.php
|
2017-12-10 20:28:32 +01:00
|
|
|
```
|
|
|
|
|
2018-01-29 08:27:59 +01:00
|
|
|
3\. Login to ${MAILCOW_HOSTNAME}/rainloop/?admin` to set a password
|
2017-12-10 20:28:32 +01:00
|
|
|
|
2018-01-29 08:27:59 +01:00
|
|
|
Add and configure a new domain as you need.
|