Skip to content
rickettmwork edited this page Oct 31, 2019 · 5 revisions

To build larsServer.zip yourself:

  • Download all the prerequisits
  • Clone this repo
  • Rename server/gradle.properties.template to server/gradle.properties and edit to point to your MongoDB and Liberty installation directories: libertyRoot=/Users/user/Documents/wlp mongodExecutable=/Users/user/Documents/mongod
  • Inside your Liberty installation, from the bin directory, 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.properties and 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 three files in the build/distributions directory: larsServer.zip, larsClient.zip and bluemixServer.zip
Clone this wiki locally