######################################################################
Installation - phpWebSite 0.7.7
######################################################################

Language


phpWebSite comes in different languages. Make sure get the language
you want to use.

Do not use the unprocessed source code of phpWebSite for your site.
You will get TRANSLATE[[...]] statements everywhere.

Requirements

phpWebSite requires PHP4.x.  This can be downloaded at:
http://php.net/

phpWebSite also requires MySQL. This can be downloaded at:
http://mysql.com/

######################################################################
Instructions Installing phpWebSite 0.7.7
######################################################################

1. Gunzip the phpWebSite tarball into the web directory of your
   choice.

2. Edit the config.php file to match your your system and your
   preferences.  The config.php file is commented to help you
   with this task. 

   *IMPORTANT* The Database Config section MUST be complete. Decide 
   your database name now.

3. Create a database in MySQL using the name you declared for your
   database in the config.php file above

   Ex. # mysql -uroot -p
       mysql> create database database_name;
       mysql> exit

   Alternatively, you can also create the database with phpMyAdmin.
   phpMyAdmin can be downloaded from:

   http://www.phpwizard.net/projects/phpMyAdmin/

4. phpWebSite has a completely web-based install - point your
   browser to:

   http://your_phpWebSite_powered_site.com/setup/

   and follow the onscreen instructions.

5. Set permissions for the images directory so you can upload images.
   we recommend the folowing:

   # chown -R nobody.nobody images/

   This assumes your websever runs as the user "nobody" and 
   that you can do this (i.e. have root access) on your server.

   If you cannot do this (your running on a host), do folowing:

   # chmod -R 777 images/

6. Point your web browser at your new phpWebSite powered site.
   You can administrate your site by going to:

   http://your_phpWebSite_powered_site.com/admin.php
  
   and logging in using the following:

   Username:  admin
   Password:  phpwebsite

   Remember to change the admin password (Edit Admins) in order
   to protect your site!

7. Delete the setup folder when you have confirmed your successful installation.



Thank You,

The phpWebSite Development Team
