diff options
| author | Luke Smith <Luke Smith> | 2022-06-25 10:56:36 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-06-25 10:56:36 -0400 |
| commit | 7e74a039122aef922d1619e636de3497ffcf7c60 (patch) | |
| tree | 6029d4f3bd5496acd15e81ad5babb367f8836d60 /content/mail/rainloop.md | |
| parent | 967594150f011456cde5965d48cbf0e64f39d31e (diff) | |
convert to hugo
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 |
