diff options
Diffstat (limited to 'content/mail/rainloop.md')
| -rw-r--r-- | content/mail/rainloop.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/content/mail/rainloop.md b/content/mail/rainloop.md new file mode 100644 index 0000000..fcd1c06 --- /dev/null +++ b/content/mail/rainloop.md @@ -0,0 +1,19 @@ +--- +title: "Rainloop" +tags: ['service'] +icon: 'rainloop.png' +draft: true +short_desc: 'A graphical website for accessing a mail server.' +--- +## Dependencies + +First, we make sure we have all Rainloop\'s basic dependencies +installed. It requires PHP and some other modules. + + apt install -y nginx curl mariadb-server php php-cli php-fpm php-curl php-json php-mbstring php-mysql php-common php-xml unzip + +## Installation + + mkdir /var/www/rainloop + cd /var/www/rainloop + wget https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip |
