RAINLOOP WEBMAIL INSTALLATION
#Rainloop is a web email client
#G: It is support kinds of language.
# Admin can configure which domain mail can used in the system.
#B: It's admin password is not encrypt.
Official Doc: http://www.rainloop.net/docs/installation/
Source: https://github.com/RainLoop/rainloop-webmail
===ENV:===
#Ubuntu,Apache,PHP
sudo apt-get update
sudo apt-get install apache2 php5 php5-fpm libapache2-mod-php5 php5-mcrypt php5-curl -y
#if need other php module ,try "sudo apt-get install php5-module_name".
sudo service php5-fpm restart
#Add php extenstion/module to php config file
sudo vim /etc/php5/apache2/php.ini
extension = curl.so
=== INSTALL ===
#download file to apache root document directory
cd /var/www/html
wget http://repository.rainloop.net/v2/webmail/rainloop-community-latest.zip
unzip rainloop-community-latest.zip
===TEST===
broswer to http://IP/
broswer to admin page: http://IP?admin
Default login is "admin", password is "12345".
转载于:https://my.oschina.net/u/2407499/blog/476131