-
Checkout source into your workspace
$ git clone git@github.com:gabac/Fallstudie.git -
Run Maven installation
$ mvn install eclipse:eclipse -
Download Tomcat 7
-
Download MySQL Connector/J and copy
mysql-connector-java-*.jarinto<tomcat_dir>/lib -
Create a database
socialnetworkand execute the filesql/create.sql -
Ready to start hacking
- Always run
mvn testbefore committing - Development in branch
master - Create a Git tag after each iteration
All documentation can be found in the Wiki.