Preconditions

  • There should be a running docker/docker-compose installation on your system.

  • Provided docker-compose was tested on a ubuntu system.

git clone https://gitlab.com/linkedopenactors/rdf-pub.git
cd rdf-pub/
git checkout tags/0.0.2 -b main
cd devEnv/guest/independent/
docker-compose up

Note: Replace the tag with the newest availabe Release

Testing

curl --location --request GET 'localhost:8081/camel/rdf-pub-admin' \
--header 'Accept: text/turtle'