Environments Set-up
Set-up of CAISI Development and Deployment Environments Authors: Annie Zhou, Tedman Leung, Marc Dumontier
The purpose of this document is to provide a Java developer with information on how to set-up and work with the OSCAR-CAISI code.
OSCAR-CAISI requires the following :
- MySql 5
- JDK 1.5
- Tomcat 5.5
- ANT (only required for development, not deployment)
Please refer to the respective products' documentation on how to install them.
The source code for OSCAR-CAISI is located at
- host : oscarmcmaster.cvs.sourceforge.net
- repository path : /cvsroot/oscarmcmaster
- module : oscar_mcmaster
There is also an additional module called "deployment_resources", if
you check this out there's a readme.txt file within and an install.doc
file which will help you configure the above applications. This is not
required but may help you with configuring some defaults.

