Installation ============ 1. uncompress/install the files somewhere your webserver can serve 2. make sure you copy the javascript/scriptalicious/{lib/,src/}*.js files into the javascript directory. 3. create a database user and set it in the conf.php file (see conf.php.sample for the defaults and an example). 4. load the databases. mysql < databases/schema.mysql 5. create yourself a user straight in the database INSERT INTO `user` ( `email` , `password` ) VALUES ( 'foo@example.com', MD5('monpass') ); Requirements ============ * PEAR: DB_DataObject, Auth * Savant2 * scriptalicious * freetag library must be available as freetag/freetag.class.php To install freetag, download it from: http://www.getluky.net/projects/freetag/freetag-latest.tar.gz and uncompress it in the base of the timetracker.