Zafar Ahmed Ansari
Indian Institute of Technology
Jodhpur,
Rajasthan,
India.
Installation
Plannerz v0.9
Authors: Zafar Ahmed Ansari, Ravi Bhandari

Minimum system requirements:

You must have JRE 1.7 and JDK 1.7 installed.
You must have MySQL 5.5 installed on any machine of your network.

Instructions:

Create the database schema according to commands given in schemascript.txt (find it in the downloaded zip file) on MySQL. Open MySQLDatabase.java and change the word 'localhost' on line 62 to the IP address on which your MySQL database server is running. Make an online free email account on gmail (this account will be used for sending reminder emails) and then open TryMail.java and enter this email address and its password to the line 22.
Open a console, navigate to the current directory and enter on Linux
javac -cp .:itextpdf-5.4.0.jar:mail.jar:mysql-connector-java-5.1.23-bin.jar *.java
or on Windows
javac -cp .;itextpdf-5.4.0.jar;mail.jar;mysql-connector-java-5.1.23-bin.jar *.java
To run the software, enter on a Linux console
java -cp .:itextpdf-5.4.0.jar:mail.jar:mysql-connector-java-5.1.23-bin.jar TestSystem
or on Windows
java -cp .;itextpdf-5.4.0.jar;mail.jar;mysql-connector-java-5.1.23-bin.jar TestSystem
Your system tray should now have an icon. Right Click on it and click on begin.
To run it daily on startup make a script of the above command and save it in your startup directory.