-
Make sure you have Docker installed
-
Check if you have Docker running:
$ docker info
- Start Jetty, Fuseki and WIDOCO:
$ ./start
-
Point browser to
http://localhost:8080/fuseki
. -
Stop all the services:
$ ./stop
$ sh stop && sh start
-
WIDOCO currently outputs all ontology documentation to a single page, so we don't need a web server. This should be changed in final version to be hosted by some http server
-
the chart webapp should be hosted by a http server too
-
CORS in fuseki double check