-
Notifications
You must be signed in to change notification settings - Fork 22
Building LARS
Billy edited this page Dec 6, 2019
·
5 revisions
To build larsServer.zip yourself:
- Download all the Prerequisites
- Clone this repo
- Copy
gradle.properties.templatetogradle.propertiesand edit to point to your MongoDB and Liberty installation directories:libertyRoot=/Users/user/Documents/wlpmongodExecutable=/Users/user/Documents/mongod - Launch Gradle from the root directory to build the code, run the tests and produce the distribution archives:
gradle build dist - You should now have three files in the
build/distributionsdirectory:larsServer.zip,larsClient.zipandbluemixServer.zip
Now larsServer.zip can be installed, configured and started