Installation instructions ========================= To install, duplicate conf/conf.default.php to conf/conf.php and edit with your database informations. Something like this: cp conf.default.php conf.php # optional vi conf.php # optional mysqladmin -u test "create test" -p mysql -u test -p test < sql/structure.sql chgrp www-data data chmod g+w data Dependencies ============ * PEAR:: DB_DataObject * PEAR:: Log * PEAR:: Var_Dump * PEAR:: Image_Transform-alpha * Savant2 * script.aculo.us