Skip to content

Getting Started

Gitesh Dalal edited this page Dec 23, 2018 · 27 revisions

Setup

Linux (Ubuntu)

  1. Download the latest starter project source code from Releases section
  2. Extract the source code and then open terminal in your working directory
  3. Run cd serve/engine/ && ./gradlew clean build. This will generate serve/engine/build/libs/engine-1.0.0.jar file which is used by gradle to build serve microservices
  4. Import serve/serve/ as a gradle project into IDE(Recommended IDE - Intellij IDEA Community Edition). In case of Intellij, check following boxes while importing project : Use auto-import and create directories for empty content roots automatically
  5. Run cd ../serve/ && ./gradlew clean build using terminal

Clone this wiki locally