-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Instructions
Using Apache Tomcat as the Web container
-
Clone repo:
-
In Eclipse, create a new Gradle project (get the eclipse gradle plugin if you haven't -- you may have to switch to a newish version of Eclipse)
-
Gradle --> Refresh Gradle Project to have gradle run and fetch dependencies.
-
Install Apache Tomcat 9.0. Add a Tomcat server on localhost to Eclipse.
-
Go to project properties --> Project Facets, and check the box 'Dynamic Web Module', and then Apply.
-
Set Project --> Targeted runtime --> Apache Tomcat 9.0
-
Set Server --> Tomcat v9.0 Server at localhost.
-
Run as --> Run on Server
A MySQL database server needs to be set up to see the database functionality (no mock-up exists atm)
Todo: SQL script to CREATE a local database for development purposes.
When ever you run the gradle script, you need to re-set Project Properties --> Targeted run times --> Tomcat 9.0