Indexer:

Make sure Python 2.3+ and pyMySQLdb are installed.

Install the database from the sql directory, the default database name is "petlocator", but
the CREATE DATABASE statement is not included in the SQL file.

Edit the "petindex" script to make sure your home directories are in the right place and
the image sizes are ok. Verify the FROM address and SMTP server location
are correct for sending error emails to shelters with bad index files. Set
the sendemail flag to False if you do not want to send error emails.

Edit the db.py script to make sure you are accessing the correct database.


Site:

Make sure apache, mod_php4 and PHP/MySQL support is installed.

Copy the site files to your webspace.

Edit the db.php script and make sure you are accessing the database correctly.

Add an alias to apache so you can access the FTP homes (and images) statically from the 
webserver:

Alias /shelterpics /home
<Directory /home>
	Options -Indexes -MultiViews
	AllowOverride None
</Directory>


