You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy gradle.properties.template to gradle.properties and 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/distributions directory: larsServer.zip, larsClient.zip and bluemixServer.zip