Skip to content

cefriel/rdform

Repository files navigation

rdform

Generate RDF using a form-based interface. Fork the template and configure it with your own form.

Run it locally

Build the image

docker build -f Dockerfile-build --no-cache -t cefriel/rdform-demo .

Run the image

docker run -p 8080:80 cefriel/rdform-demo

Visit http://localhost:8080.