Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 1.7 KB

TODO.md

File metadata and controls

24 lines (23 loc) · 1.7 KB
  • fct app
  • creating a tunnel for accessing to conductor
  • Metadata Description 101
  • Ask Frank to create a Git repo
  • namespace in ns.inria.fr and redirection towards describe endpoint of a virtuoso server (Pierre)
  • How to load your data (Nadia, Anna, Pierre)
  • How to run commands on your virtuoso docker (Nadia, Anna, Pierre)
  • Tips: (Anyone who has something)
  • Add example of proper metadata description or template (Pierre)
  • Redirection of the .well-known (Pierre)
  • SSL certificate (Everyone, Nadia started)
  • Performance management (Celian learned some things)
  • How to create a dump (Celian)
  • In installation, add how to change the default admin Virtuoso pwd (Anna)
  • Review by someone not from our group

More specific tasks

  • Remove ISSA and DBpedia-specific things. In particular, in the docker compose installation part.
  • Also in this part, everything after "Concerning the Dockerfile, please find here a template for building your own app" should probably be in the advanced section.
  • In loading data: we need more explanation about import/import-data.isql in the command docker exec -it virtuoso isql-v -H localhost -U dba -P pass exec="LOAD import/import-data.isql
  • In loading data: The part after "Updating virtuoso data outside virtuoso" starts with the assumption that we install virtuoso into our computer on top of the docker image we already host. This should be redone by replacing all the commands as docker commands.
  • Move "Installing the facets plugin" part to Basics parts
  • Move "Create system service" part to Basics partsn after installation.
  • Move Dereferencing as a second part in Apache web server config.