- News
 - Themes
 - Logos


Pending Items
 - Albums (0)
 - News (0)


Stats
 - Users (66)
 - News (56)
 - Albums (4)
 - Comments (10)



Subscribe via RSS 2.0
Home Screen Shots Download Docs
How to install  | Building sites 
 
How to install

 
How to install HomeSite Maker
Last time edited: 2007-02-27 21:02:09 by admin
 
Before you install:

Before install it ensure that you have already installed Apache, PHP (with GD module) and MySQL.
If you do not know how to do it, contact with your sysadmin or read the following documents in order to do it yourself:

Apache+PHP+MySQL Installation
Apache 1.3 Documentation
PHP Documentation
MySQL Install Documentation

In addition, you need to have the convert utility installed on your system. This utility is part of the Image Magick package that is freely available from www.imagemagick.org.

Installation Process:

Configure Apache to serve the folder where you want to install the HomeSite Maker code (/export/www/homesitemaker for example). If you do not know how to do it, you may need to learn something about DocumentRoot or VirtualHost entries in the Apache configuration file (httpd.conf).

After that, login into the system as root user. Download the source file (homesitemaker-vX.X.tar.gz) and decompress it into the folder defined in the previous step.(/export/www/homesitemaker).

cd /export/www
wget homesitemaker.no-ip.org/release/homesitemaker-v0.2.tar.gz
tar -zxvf homesitemaker-v0.2.tar.gz

Edit the website configuration file in order to establish the database user and their password before starting to build your site.

cd /export/www/homesite
vi includes/config_site.php


Change the default values of the following variables:

$DB_USER="admin";
$DB_PASSWD="adminpassword";
$DB_NAME="homesitemaker_db";

Create the MySQL database according with these values:

mysqladmin -u root -p create homesite_db
mysql -u root -p
mysql> GRANT select,insert,update,delete ON homesite_db.* TO homesite_user@localhost IDENTIFIED BY 'homesite_passwd';
mysql>quit
Bye
mysql -u root -p homesite_db < database/homesite_db-v0.2-4.sql


Congratulations! You are ready to deal with the next section: build your own website.

Upgrading from previous version:

Since the 0.4.6 version, there is a script available to help you upgrading your web site.
You will find it inside the Homesite Maker package.
This script will help you to upgrade the code between versions.
Just run script and use the attached SQL file to upgrade the database (if necesary).
Use a command like the following one to upgrade your database:

mysql -u root -p homesite_db < upgrade_db-v4.6.sql

Don't forget to read the README file for detailed instructions in each case.
 


Homesite Maker Login

Nickname:


Password:



This site is powered by homesitemaker-v0.4.8 code. This code is distibuted under GNU/GPL license and are made by melmak from www.assl-site.net
All trademarks and copyrights on this page are owned by their respective owners.