Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

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

  • Install the latest git and gradle packages.

  • Get the Eureka source from github

     
     git init
     git remote add --track master origin git@github.com: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
      
  • 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 )

Clone this wiki locally