Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.65 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.65 KB

Hop

The Hop Orchestration Platform aims to facilitate all aspects of data and metadata orchestration.

Trying Hop

Hop is work in progress. After building, the UI can be started, but a lot of things may be broken.

There are various things you can do to help Hop moving forward as fast as possible:

Check our Contribution Guide and the Hop website for more information on how to contribute.

Build Hop

Required:

Clone Hop to a local repository:

$ git clone https://github.com/apache/incubator-hop.git

Change into the clone repository and build:

$ cd incubator-hop 
$ mvn clean install 

Run Hop

After a successful build, the Hop UI can be started.

$ cd assemblies/client/target
$ unzip hop-assemblies-client-*.zip
$ cd hop 

On Windows, run hop-ui.bat, on Mac and Linux, run hop-ui.sh

Help us to improve Hop by logging issues in the Hop JIRA