- Download all the Prerequisites
- Clone this repo
- Rename
server/gradle.properties.templatetoserver/gradle.propertiesand edit to point to your MongoDB and Liberty installation directories:libertyRoot=/Users/user/Documents/wlpmongodExecutable=/Users/user/Documents/mongod - Inside your Liberty installation, from the
bindirectory, run./installUtility install cdi-1.0 jndi-1.0 appSecurity-2.0 ssl-1.0 mongodb-2.0 jaxrs-1.1 servlet-3.0 passwordUtilities-1.0 - Look at
test-utils/src/main/resources/config.propertiesand check 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 two files in the
build/distributionsdirectory:larsServer.zipandlarsClient.zip
Now larsServer.zip can be installed, configured and started