Comments on How to Install Cerb Collaboration and Email Automation on CentOS 7
Cerb is a free and open source web-based application software for collaboration and email automation. It is written in PHP language and uses MySQL/MariaDB as a database. It is used for sending a large number of emails. Here, we will explain how to install Cerb on CentOS 7 server.
2 Comment(s)
Add comment
Comments
By: Niek
Good how-to, but never use 777 permissions on files and directories! Use 755 for directories and 644 for files.
Also the webserver block has a small mistake.
<VirtualHost *:80> ServerAdmin [email protected] DocumentRoot "/var/www/html/cerb" ServerName your-server-ip ErrorLog "/var/log/httpd/cerb-error_log" CustomLog "/var/log/httpd/cerb-access_log" combined<Directory "/var/www/html/cerb/"> Options Indexes MultiViews FollowSymlinks AllowOverride All Order allow,deny Allow from all</Directory></VirtualHost>
By: Robert M
The Version of PHP included with RHEL/CentOS 7 is to old to run Cerberus 7.3. You need to include a newer version of php by either using a 3rd party repo or compling and installing a none package version.