The model repo is at: https://github.com/AKSW/aksw.org-model
- Git
- Task
- Docker or Podman
- For the styles:
- Optionally:
- Python (for
serve
resp.watch
) - entr (for
watch
resp.build:watch
)
- Python (for
$ task watch
Stops the fuseki updates the model repo. (The next build will restart fuseki again. Question: does anyone know, how to tell fuseki to reload the graph file?)
$ task data:model-update
Remove all things that were created by the setup
$ task clean:dist
$ task data:model-init
$ chmod -R go+rX .aksw-model
$ task data:model-serve
The model container will continue running. Don't forget to terminate the model's fuseki container when you are done with everything.
$ task data:model-serve-stop
$ task style:build
$ task build
$ task serve
Now open http://localhost:8000/
(link) in your browser.