Fallstudie
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Fallstudie im Fach 'Methoden der Programmierung' - http://social.farnsworth.ch
# Fallstudie Gruppe C

## Setup Development Environment

1. Checkout source into your workspace

    ```
    $ git clone git@github.com:gabac/Fallstudie.git
    ```

2. Run Maven installation

    ```
    $ mvn install eclipse:eclipse
    ```

3. Download [Tomcat 7](http://tomcat.apache.org/download-70.cgi)

4. Download [MySQL Connector/J](http://dev.mysql.com/downloads/connector/j/) and copy `mysql-connector-java-*.jar` into `/lib`

5. Create a database `socialnetwork` and execute the file `sql/create.sql`

6. Ready to start hacking

## Development Guidelines

* Always run `mvn test` before committing
* Development in branch `master`
* Create a Git tag after each iteration

## Project Documentation

All documentation can be found in the [Wiki](https://github.com/gabac/Fallstudie/wiki).

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。