Setup and Reset - GeoKnow/GeoKnowGeneratorUI GitHub Wiki
Setup
To initialise the application the user is only required to navigate to the URL where the application has being deployed (e.g. http://localhost:8080/generator) and a setup page will be shown.
The Setup process will:
- create a system user in Virtuoso,
- create the roles provided in the framework-roles.ttl file,
- create the users provided in the framework-users.ttl file,
- initialise system graphs,
- and create a init.txt flag file in the
ontos:frameworkDataDir
directory (e.g./var/generator/
)
Reset
To reset the application for taking into account a new configuration, you just need to delete the init.txt
, and repeat the setup process again, but this time, check on the reset option. The reset process will delete all users and system graphs and create a new ones, as defined in the configuration files.