Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1 KB

README.md

File metadata and controls

33 lines (19 loc) · 1 KB

Project Quality Management System

Preinstallation

  1. JDK 7
  2. Maven 3
  3. Eclipse IDE for Java EE Developers
  4. Tomcat 7
  5. MySQL

How to give it a go?

  1. Clone this repositry

     git clone [email protected]:ibuziuk/bsuir-coursework.git
    
  2. Buid it via maven

     mvn clean package
    
  3. Run Eclipse and import project as a maven project

     File -> Import -> Existing Maven Project
    
  4. Add Tomcat Server to Eclipse

  5. Create db via MySql (Hibernate creates and updates the db schema, but it needs db being created first)

     name="project_managment_system" user="root" password="password"
    
  6. Run the project on Tomcat Server from Eclipse

     Right-click on the project -> Run As.. -> Run on Server