Eclipse setup for project-venues

Home » Uncategorized » Eclipse setup for project-venues
Uncategorized No Comments

Eclispe

  1. SVN clone project-venues to a local directory
  2. From eclipse, create a new project
  3. project-venues project -> config- > convert to maven proect
  4. Now, the project can be compiled

Database:

Set up mysql database using MySql Workbench according to the application.properties file.

  1. create schema
  2. create user: Administration tab
    1. Users and privileges
    2. Add account (username and password according to applications.properties)
    3. Schema privileges tab -> add entry -> select new database schema, Select ALL
    4. Apply

Running Project Venue

  1. Run local appserver8
  2. Application.java
  3. local dbserver (999002)
  4. Above all let you view booking sheets. For actual booking, also need to run
    • local classhub
  5. http://localhost:8090/