Free Realty README
v. 3.0
by Patrick Fleming (pat@rwcinc.net)
LATEST VERSION:
freerealty.rwcinc.net/
PLEASE READ THIS ENTIRE FILE BEFORE INSTALLING FREEREALTY
SUPPORT AND NEWS:
http://freerealty.rwcinc.net/
lists.rwcinc.net
Bulletin Board
Please post all comments, questions, etc.to the mailing list or Bulletin Board and we will respond as quickly as possible. Also, you might try reading through the posts -- your question may be answered already.
USING AND INSTALLING FreeRealty:
Download the newest FreeRealty. Unpack the file.
Create a new folder on your server.
Create the MySQL database.
- From the command line:
#mysql -u -p
- create database freerealty;
Configure and set parameters
- Copy common30.sample.php to common.php
- Edit common.php setting the db, user, password and (optionally) server and table_prefix
Upload the contents of the zip file to your server.
Access install30.php
- Enter your user name and password from above
- Click Log In
- You should see the screen fill with database setup commands
- Assuming that works properly, you can login to the admin section of the web site using the link at the bottom of the page
Check that your image folders are created properly
- images/listings
- images/agents
- Permissions should be: 664 or 774 if you can assign the group as the web server; 666 (and move the folders outside of the web directory) if you can't change the group on the folders.
Create at least one agent account
Start adding listings
Highly recommended
- Remove install30.php /install directory and /upgrades directories.
That's it!
REQUIRED TO RUN FreeRealty:
1. MySQL
2. PHP 4.0 (If you're curious about what version you have, run the phpinfo.php script which comes with this release)
3. Apache Web Server for Linux (Others may be possible, but have not been tested)