-
Notifications
You must be signed in to change notification settings - Fork 79
Home
PhantomYdn edited this page Oct 17, 2014
·
27 revisions
Welcome to the Orienteer wiki!
There are two options to build Orinteer:
- Embedded (To build execute
mvn clean install
) - Standalone (To build execute
mvn -Pstandalone clean install
)
Maven profile "standalone" will package jetty lib right into WAR file.
Wanna check it out? Use demo server! (Usernames/passwords: admin/admin, writer/writer, reader/reader)