HOP-303 (#134)

Fix startup scripts for windows
2 files changed
tree: 3666f4fce3ca4a10dac6b9e9b9a895548d0cc3e8
  1. archive-pipeline-transforms/
  2. archive-samples/
  3. assemblies/
  4. core/
  5. engine/
  6. metastore/
  7. plugins/
  8. ui/
  9. .gitignore
  10. Jenkinsfile
  11. LICENSE
  12. NOTICE
  13. pipeline.yaml
  14. pom.xml
  15. README.md
README.md

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 will be broken.

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

  • log bugs, request features in the Hop JIRA
  • answer questions in the Hop forums
  • help with documentation
  • spread the word

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/project-hop/hop.git

Change into the clone repository and build:

$ cd 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