= Installation = * Checkout the project with the following command: [ svn checkout svn://developer.k-int.com/home/svn/repositories/default/apps/salcal salcal ] * change dir to ./salcal * run ./install/pre_install_setup.sql from the mysql prompt to create the database. [ mysql> \. install/pre_install_setup.sql ] * to deploy ** run [ mvn tomcat:deploy ] ** or for manual deployment [ mvn package ] * run ./install/post_install_setup.sql from the mysql prompt to complete installation. [ mysql> \. install/post_install_setup.sql ] This will create two users: "Admin" with full privs and password of "admin_pass" and user "test_user" with password "test_pass" who has basic user privileges. It will also populate necessary codbif type content.