Requirements
-------------------------------
- A web server. Servers that have been tested are: Apache, Cherokee, 
  lighttpd and IIS.
- PHP version 4.3 or above, 5.0 or above (with xml support).
- A database base server, we support:
   - MySQL 4.1 or above.
   - PostgreSQL
   - SQLite
   - SQLserver

  Just make sure you have the database driver installed (and enabled!)
  in your PHP installation.
- GD or ImageMagick if you want to use the Photo Organizer.

Installing
-------------------------------
1. Extract the tarball.

2. Copy the "html" directory to the directory your website runs
   from, for example public_html.

2. Set html/data/ and html/config/ to be writable by your web 
   server - I do it like this:
		chgrp -R www-data data/ config/
		chmod -R 775 data/ config/

3. Point your browser to the install directory:

	   http://www.mydomain.com/install

4. Follow the instructions!

