Skip to content

Building Eureka Client and Server

James Mulcahy edited this page Aug 25, 2020 · 12 revisions

Prerequisites

  • Git version 1.7.11.3 or higher

Build Steps

  • Install the latest git package.

  • Get the Eureka source from github

    git clone https://github.com/Netflix/eureka.git
  • Now, build the Eureka Server by executing the following in the directory where you pulled your sources.

    cd eureka
    ./gradlew clean build
  • You can find the following artifacts

    • Eureka Server WAR archive (./eureka-server/build/libs/eureka-server-XXX.war )
    • Eureka Client (./eureka-client/build/libs/eureka-client-XXX.jar )
    • Dependencies (./eureka-server/testlibs/) (If you do not want to use maven to download dependencies you can use these archives)