-
Notifications
You must be signed in to change notification settings - Fork 171
Building Suro
Jae Hyeon Bae edited this page Oct 13, 2013
·
1 revision
###Prerequisites
- Git version 1.7.11.3 or higher
- Gradle 1.0-milestone-9 or higher
###Build Steps
-
Get the Suro source from github
git clone https://github.com/Netflix/suro.git
-
Now, build Suro by executing the following in the directory where you pulled your sources.
cd suro ./gradlew clean build
-
You can find the following artifacts
- Suro core (./suro-client/build/libs/suro-core-XXX.jar )
- Suro server (./suro-server/build/libs/suro-server-XXX.jar )
- Suro client (./suro-client/build/libs/suro-client-XXX.jar )
- Suro kafka sink (./suro-client/build/libs/suro-kafka-XXX.jar )