installation : setup
- Within the extracted distribution folder at a command prompt, type ./setup/init
- Create a mysql database with any name. If you don't know how to do this, try here
- Load the schema into your database with: mysql -h YOURHOST -u YOURUSERRNAME -p'YOURPASSWORD' YOURDATABASE < setup/tables.sql
- Edit config.xml to match your database and imap (optional) configurations.
- View setup/crontab.smp. Type crontab -e and install a crontab based on this file with the appropriate paths for your system.
- Make the public/ folder web accessible, preferrably as a root directory (the install folder should not be visible to the web). The administration website will be available at this url.
- The <api> config setting should be set to http://yourinstallationpath/api/.