Skip to content

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

  • Install the latest git and gradle packages.

  • 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 )