Eclispe
- SVN clone project-venues to a local directory
- From eclipse, create a new project
- project-venues project -> config- > convert to maven proect
- Now, the project can be compiled
Database:
Set up mysql database using MySql Workbench according to the application.properties file.
- create schema
- create user: Administration tab
- Users and privileges
- Add account (username and password according to applications.properties)
- Schema privileges tab -> add entry -> select new database schema, Select ALL
- Apply
Running Project Venue
- Run local appserver8
- Application.java
- local dbserver (999002)
- Above all let you view booking sheets. For actual booking, also need to run
- local classhub
- http://localhost:8090/