1) Upload all script files to target directory
2) Chmod the following directories to 777 *recursively* (so the directories and everything contained within them)
/media/
/cache/
/admin/screenshots/
/admin/scripts/
/admin/logs/
3) Import provided database structure to your database via ssh or phpmyadmin (schema.sql)
4) Open admin/config.php in your favorite code editor (we recommend notepad++, please avoid using notepad, wordpad, ms word and so forth as they may add strange characters to the files cause parse errors in php)
In there, you must edit the following variables with your server information:
$dbserver = ''; //your mysql database server ip or hostname
$dbname = ''; //your mysql database name
$dbuser = ''; //your mysql database username
$dbpass = ''; //your mysql database password
$licenseKey = ""; //license key for the domain you are working on, provided by support
$admin_username = ''; //admin area username
$admin_password = ''; //admin area password
$sitename = ''; //The name of your website as it appears on the title tag on the front end
$basepath = '/full/linux/path'; //base absolute linux path to your installation, no trailing slash
$mediadomain = 'yourdomain.com/media'; //base url where media is located, no trailing slash
If you want automated screenshots to work, you must install google chrome onto your server. You do not need to install xfree86 or any other window manager, just 'google chrome' as in the browser. We use it's CLI functionality to generate screenshots.