Requirements ------------------------------- - A web server - preferably Apache or Cherokee. - PHP version 4.3 or above, 5.0 or above (with xml support). - A database base server - preferably MySQL 4.1 or above. - GD or ImageMagick for 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. Open install.php in a web browser by going to http://www.my.site/path/install.php 4. Follow the instructions!