INSTALL DOCUMENTATION FOR PHPREALTY
##################################################

Install instructions

1. Download phprealty source file
2. Unzip file to the directory where you will have phpRealty located
3. chmod 777 the assets/images directory and the files located within
4. Create a database and assign a user to the database. With phpMyAdmin 
this is a sinch. :) Import the assets/phprealty.sql file into the 
database.
5. Open the manager/includes/config.inc.php file and edit the database 
information section to match your database configuration. Most of the time 
you will only need to edit the $database_server, $database_user, 
$database_password and $dbase variables. Edit the $WWW, $REL, $TEMPS, 
$WTEMPS and $SITENAME variables.
6. You can now go to your site where you have phpRealty such as 
http://yourdomain.com/phprealty/ . You can now login with username: admin 
password: phprealty. Once in the member area you can change the password.
7. ENJOY and start adding listings.

TEMPLATES

You can create your own template by just changing the pages in the default 
directory to reflect your new layout.
You must leave in the <!-- --> sections of the code, like <!--listings--> 
because they are what gets replaced with the dynamic content.
