|
|
|
Requirements
-
PHP 5.1.4 or newer
- IMAP (extension)
- mbstring (extension)
- Mailparse (extension)
- memory_limit >= 16M (php.ini)
- file_uploads = On (php.ini)
- MySQL 4.1 or newer
Confused or stuck on the requirements?
If your current server or host can't meet the requirements, or you don't want to hassle with figuring things out, consider Cerb4 On-Demand.
We'll handle the installation, hardware, upgrades, maintenance, performance tuning, troubleshooting, monitoring, local backups, twice weekly off-site backups to a redundant storage "cloud", and provide personal support by e-mail, chat, or phone.
Quick Start
-
Download 4.0 Latest Release (~10MB .ZIP)
- Extract the ZIP file into your website's filesystem.
-
Set permissions (Linux, MacOSX, BSD, Solaris):
chown -R apache:apache *
chmod -R 0774 libs/devblocks/tmp/
chmod -R 0774 storage/
- Copy the .htaccess-dist to .htaccess (Apache only)
-
Create a database and user:
mysql> CREATE DATABASE cerb4;
mysql> GRANT ALL PRIVILEGES ON cerb4.* TO user@localhost IDENTIFIED BY 'password';
- Open http://website/cerb4/ in your browser and complete the guided installation process.
- Read our notes on helpdesk security.
Stuck? Try the detailed installation instructions.
Upgrading? Read the Subversion upgrade instructions.
Legacy Downloads
Looking for older versions? Visit the project archives.
|
|
|