To configure the application create a conf.yaml file which overwrites the settings from conf.default.yaml.
- run
npm installto install all dependencies - run
npm run buildto compile the project - all build files (including
index.html) are indist/directory (set this directory as Apache's DocumentRoot)
You can force app to load graph from a file, specific configuration or metaconfiguration by opening the app with one of the following GET parameters:
?load=<URL-to-file>Loads file from URL and opens it immediately?meta-configuration=<meta-configuration-IRI>Loads specific meta configuration instead of the default?configuration=<configuration-IRI>Skips configuration selection and loads the specified one