-
Notifications
You must be signed in to change notification settings - Fork 107
Building RSS Middle Tier and Edge
matschaffer edited this page Mar 19, 2013
·
5 revisions
##Prerequisites
- Git version 1.7.11.3 or higher
- Gradle 1.0-milestone-9 or higher
##Build Steps
-
Get the RSS Recipes source from github
git clone https://github.com/Netflix/recipes-rss.git
-
Now, build the RSS Middle tier and Edge by executing the following in the directory where you pulled your sources.
cd recipes-rss ./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 )