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