-
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.template
togradle.properties
and edit to point to your MongoDB and Liberty installation directories:libertyRoot=/Users/user/Documents/wlp
mongodExecutable=/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/distributions
directory:larsServer.zip
,larsClient.zip
andbluemixServer.zip
Now larsServer.zip
can be installed, configured and started