Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Getting Started

David Gross edited this page Aug 6, 2015 · 4 revisions

Getting Binaries

You can find Fenzo binaries and dependency information at http://search.maven.org.

Fenzo requires Java 7 or later.

Building

To check out and build Fenzo source, issue the following commands from the command line:

git clone https://github.com/Netflix/Fenzo.git
cd Fenzo
./gradlew build

To do a clean build, issue the following command:

./gradlew clean build

A clean build will run unit tests. Some of these may take several seconds because they test actions that are based on elapsed time.