SPARQL Endpoint Visualization Tool
-
Install required libraries
pip install -r requirements.txt -
Create database model
python opendash/model/opendash_model.py -
Launch local server with test data
cd testing bash launch_server.sh -
Run OpenDASH server (in main directory)
python server.py
-
Connect browser to URL
-
Login
- Log as admin/admin to access de admin view and modify users and other data.
- Log as test/test for testing account.