-
Notifications
You must be signed in to change notification settings - Fork 3
installation
Yi Lu edited this page Sep 22, 2015
·
3 revisions
- Make sure you have homebrew installed.
- Do
brew install gradle
to install gradle. - In Eclipse, go to Help > Install New Software. Use
http://dist.springsource.com/release/TOOLS/update/e4.5/
as release site link. Install Eclipse integration common and Eclipse integration for Gradle.
- Use
gradle shadowJar
to generate the jar. The jar can be found atbuild/libs
.
- Once you have setup the above 3 systems, edit
scripts/config.sh
to update path to the respective installations. - Run
startSystems.sh
to start all systems. - Run
stopSystems.sh
to stop all systems.