Skip to content
Snippets Groups Projects
Name Last commit Last update
src
Dockerfile
Makefile
README.md
docker-compose.yml

ara-ld

This work is based on pbg-ld: Linked Data Platform for Plant Breeding & Genomics

Install & deploy

1. Clone this repository.

git clone https://git.wur.nl/harta003/ara-ld.git

2. Start Docker service(s).

cd ara-ld
# build the image
docker build -t ara-ld .
# list available services
docker-compose config --services
# start all services or one-by-one
docker-compose up -d # or add [SERVICE]