Difference between revisions of "CentOS 8.x rainloop basic setup"
From Notes_Wiki
|  (Created page with "<yambe:breadcrumb self="basic setup">CentOS 8.x rainloop|rainloop</yambe:breadcrumb> =CentOS 8.x rainloop basic setup=  To setup a basic rainloop on CentOS 8 use: # Install re...") | m | ||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| [[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Web based tools|Web based tools]] > [[CentOS 8.x rainloop|rainloop]] > [[CentOS 8.x rainloop basic setup]] | |||
| To setup a basic rainloop on CentOS 8 use: | To setup a basic rainloop on CentOS 8 use: | ||
| Line 35: | Line 34: | ||
| Refer: | Refer: | ||
| * https://www.rainloop.net/docs/configuration/ | |||
| * https://www.rainloop.net/docs/installation/ | * https://www.rainloop.net/docs/installation/ | ||
| * https://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=14 | |||
| [[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Web based tools|Web based tools]] > [[CentOS 8.x rainloop|rainloop]] > [[CentOS 8.x rainloop basic setup]] | |||
Latest revision as of 16:43, 28 August 2022
Home > CentOS > CentOS 8.x > Web based tools > rainloop > CentOS 8.x rainloop basic setup
To setup a basic rainloop on CentOS 8 use:
- Install required packages
- yum -y install httpd php wget unzip php-json php-xml
 
 
- Download zip file of rainloop community edition using:
- cd
- wget https://www.rainloop.net/repository/webmail/rainloop-community-latest.zip
 
- The above link is available at https://www.rainloop.net/try-now/
 
- Unzip the zip file in /var/www/html folder
- cd /var/www/html
- unzip /root/rainloop-community-latest.zip
- chown -R apache:apache .
 
 
- Start and enable web server
- systemctl start httpd
- systemctl enable httpd
 
 
- Access the web interface using http://<ip-or-fqdn>/?admin Note use of /?admin at the end
- Login with default username:password 'admin:12345'
- Go to Security and change admin password
- Go to domains and configure as per requirement. Note that gmail.com might be configured and enabled by default
- Once you logout from admin open URL http://<ip-or-fqdn>/       Note there is no /?admin at end
- Login using appropriate ID.
- If you try to use a gmail ID, make sure "Allow less secure apps" option is enabled for that particular gmail ID.
 
Refer:
- https://www.rainloop.net/docs/configuration/
- https://www.rainloop.net/docs/installation/
- https://www.server-world.info/en/note?os=CentOS_7&p=httpd&f=14
Home > CentOS > CentOS 8.x > Web based tools > rainloop > CentOS 8.x rainloop basic setup

