Skip to content
RainerW edited this page Mar 11, 2012 · 17 revisions

Features

This project is work in progress.

Run application

Clone the git reposiotry and build the project via Apache Maven 3.x :

cd Sonferenz

mvn install

now you can run the application inside sonferenz-web

cd sonferenz-web

mvn jetty:run

Now you can test the application at http://localhost:8080 (user: "admin" password: "admin" ). In this scenario a derby Database had been created inside the "db" folder in the project root.

Development

To compile this project inside an IDE, you need an active Lombok.

We have the project running inside a build server : http://bitnoise.de/jenkins/job/Sonferenz/

Clone this wiki locally