Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Obtaining and Using

Romarjosh Villamor edited this page Mar 23, 2016 · 1 revision

Ogar 2 is built into a ready-to-run JAR file. Once you've obtained a JAR file, either by compiling the source yourself or from downloading one of our precompiled builds, all you need to do is run it from the command line.

~$ git clone git://github.com/OgarProject/Ogar2-Server.git Ogar
# Build the project using Maven.
~$ cd Ogar
~$ java -jar target/ogar-server-2.0-SNAPSHOT.jar
Clone this wiki locally