Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.61 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.61 KB

ese2015-team6

##Prototype: https://www.fluidui.com/editor/live/preview/p_11b002272439085d2f39b9f67bd5014e.1444673932913

Setup guides:

Prerequisites

  • XAMPP, WAMP or sth similar that lets you run a MySQL server locally. (Apache and PHP support may be needed)

Using Eclipse

  1. Import the project via File >Import... >Maven >Existing Maven Projects
  • After importing the project you may need to update the project with Alt+F5
  1. Set up the run configuration
  • Right click on the project
  • Run as > Maven build...
  • Add the following to the goals: jetty:stop jetty:run
  1. Run the new configuration

Running the servlet from console

  1. Install Apache Maven and configure it to be run in console (you can follow this guide)
  2. Using the command line, browse into the tutorfinder directory
  3. Execute mvn jetty:run

Sample Data:

Import the tutorfinderdb.sql file from the Sample Data folder into you database and you will have the following profiles as demo.