-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
Gitesh Dalal edited this page Dec 23, 2018
·
27 revisions
- Download the latest starter project source code from Releases section
- Extract the source code and then open terminal/console in your working directory
- Run
cd serve/engine/ && ./gradlew clean buildfor linux orcd serve\engine\ && gradlew.bat clean buildfor windows. This will generateserve/engine/build/libs/engine-1.0.0.jarfile which is used by gradle to build serve microservices - 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-importandcreate directories for empty content roots automatically - Run
cd ../serve/ && ./gradlew clean buildusing linux terminal orcd ..\serve\ && gradlew.bat clean buildwindows console