Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.28 KB

BUILDING.md

File metadata and controls

29 lines (19 loc) · 1.28 KB

Building LARS

Make sure you have the following prerequisites installed: (older or newer versions may work but this is what we've tested with)

Either clone the repository or download and extract a snapshot

Rename server/gradle.properties.template to server/gradle.properties and edit to point to your mongodb and liberty installation directories.

Have a look at test-utils/src/main/resources/config.properties and check that you are happy with the specified test ports

Launch gradle to build the code, run the tests and produce the distribution archives.

gradle build dist

You should now have three files in the build/distributions directory, larsServer.zip, larsClient.zip and larsServerPackage.jar.