-
Notifications
You must be signed in to change notification settings - Fork 101
Building RSS Middle Tier and Edge
pprasanna edited this page Feb 16, 2013
·
5 revisions
##Prerequisites
- Git version 1.7.11.3 or higher
- Gradle 1.0-milestone-9 or higher
##Build Steps
-
Get the Eureka source from github
git init git remote add --track master origin [email protected]:Netflix/recipes-rss.git git pull
-
Now, build the RSS Middle tier and Edge by executing the following in the directory where you pulled your sources.
./gradlew clean build
-
After a successful build, you can find the following executable jars
- RSS Middle Tier (./rss-core/build/libs/rss-core-*.jar )
- RSS Edge (./rss-edge/build/libs/rss-edge-*.jar )