CiteMan - README
=========================================================================

SERVER REQUIREMENTS
=========================================================================

 - MySQL 3.2358+
 - PHP 4.1.2+ with MySQL support enabled. 
 - Apache

PC REQUIREMENTS
=========================================================================
 - Web Browser (Javascript Enabled)
   
INSTALLATION
=========================================================================
INSALLATION / SYSTEM REQUIREMENTS

 1.MySQL server has to be started and set up(steps to install/start MySQL are beyond this report).
 2.Citeman is using the user 'citeman' and password 'citeman' to get into the mysql database. Create a mysql account for citeman with the password 'citeman'. If you create an account with a different name or password you will have to go trough step 6, too. (If you are not familiar with creating new mysql account follow the link: http://dev.mysql.com/doc/refman/5.0/en/adding-users.html )
 3.Copy the citeman folder into the document root the http server is set to. 
 4.Create new database “citeman” (case sensitive).
 5.Run: # mysql -u 'user' -p'pass' citeman < path_to_CiteMan/citeman/batch/citeman.sql
 6.Start a browser and type “localhost/citeman/index.php
Register first, then log in and you're ready to fully use CiteMan

