Installing as a Standalone Application
In standalone mode, Orienteer utilizes an embedded jetty server to run itself as a web application.
To install Orienteer in standalone mode:
- Download the latest installation file orienteer-standalone.war file (follow this link, select the latest version).
- Put the orienteer-standalone.war file into any directory.
- Create the Orienteer configuration file orienteer.properties.
Run Orinteer by executing the command
java -Xmx512m -Xms512m -jar orienteer-standalone.jar
Additional parameters:
--config=<filename>
the path to the Orienteer configuration file.--embedded
By default Orienteer runs an external OrientDB database. If you give this parameter, Orienteer will run an embedded OrientDB database.--port=<port number>
run Orienteer on a specified port (by default: 8080).--help
view help.
The Java VM parameters can be adjusted accordingly.