Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 801 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 801 Bytes

veld chain veld_chain__demo_conllueditor

This repo contains a chain veld encapsulating https://github.com/Orange-OpenSource/conllueditor on sample data.

requirements

  • git
  • docker compose (note: older docker compose versions require running docker-compose instead of docker compose)

Clone this repo with all its submodules

git clone --recurse-submodules https://github.com/veldhub/veld_chain__demo_conllueditor.git

how to reproduce

./veld.yaml

Starts a conllueditor instance, which can be reached at http://localhost:8888/ . Open the veld yaml file for more information.

docker compose -f veld.yaml up