forked from RainerW/Sonferenz
-
Notifications
You must be signed in to change notification settings - Fork 1
Development
RainerW edited this page Mar 29, 2012
·
2 revisions
This project is work in progress.
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.
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/