Menu

Installing SiteZilla

instalation (1)
ScorpKing

REQUIREMENTS

A Linux machine with LAMP installed. Only PHP 5.x are supported.

HOW TO INSTALL

1.) Extract all the files to your web folder. (example - /home/sitezilla/public_html/)

2.) Edit ImageManager/php/config.php and edit.

$config["base_url"]= 'http://www.yourdomain.com/content/'.$siteid.'/files';
$config["upload_path"]= '/full_path_to_sitezilla_folder/content/'.$siteid.'/files';

3.) Edit functions/config.php and place all the correct values there where needed.

4.) Create a MySQL Database and import the sql file in sql/sitezilla.sql

5.) Edit the database name, username and password in functions/dbconfig.php

6.) The default usernames and passwords for SiteZilla are:

SiteZilla Admin = admin/sitezilla

SiteZilla User = user/user

SiteZilla Developer = developer/developer

7.) Remove the sql/ folder