From 7e74a039122aef922d1619e636de3497ffcf7c60 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 25 Jun 2022 10:56:36 -0400 Subject: convert to hugo --- content/mail/rainloop.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/mail/rainloop.md (limited to 'content/mail/rainloop.md') 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 -- cgit v1.2.3