From 575032fc096e1b791a7918bdc5f8465fefc78000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Mon, 29 Jan 2018 08:36:15 +0100 Subject: [PATCH] Update third_party-rainloop.md --- docs/third_party-rainloop.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/third_party-rainloop.md b/docs/third_party-rainloop.md index d27e9e694..53c95f1a3 100644 --- a/docs/third_party-rainloop.md +++ b/docs/third_party-rainloop.md @@ -4,9 +4,10 @@ mkdir data/web/rainloop curl -o data/web/rainloop/installer.php -s http://repository.rainloop.net/installer.php ``` -2\. Run the installert from within the PHP-FPM mailcow container: +2\. Run the installert from within the PHP-FPM mailcow container and delete the installer: ``` docker exec -it $(docker ps -qf name=php-fpm-mailcow) php /web/rainloop/installer.php +rm data/web/rainloop/installer.php ``` 3\. Login to `${MAILCOW_HOSTNAME}/rainloop/?admin` to set a password. The default credentials are `admin`:`12345`.