Note: The components must all be run in the order listed to ensure proper functionality.
1. NodeJS: [https://nodejs.org/en/download/](https://nodejs.org/en/download/)
2. NPM: [https://www.npmjs.com/get-npm](https://www.npmjs.com/get-npm)
Install Pre-requisites
Using Command Prompt (Windows) or Terminal (Linux), navigate to “Luzzu Dashboard” directory.
Use command “npm install” to download and install dependencies
Then use command “npm start” to start nodejs server in port 3000
Navigate to src/config directory
Open dashboardProperties.js file
Update the host and port details of dependent systems like Luzzu Framework, TripleStore and Service Wrapper
Install Pre-requisites
Using Command Prompt (Windows) or Terminal (Linux), navigate to “LuzzuDashboard-Wrapper-API” directory.
Use command “npm install” to download and install dependencies
Then use command “npm start” to start nodejs server in port 5000
1. Apache Jena Fuseki 3.12.0: [https://jena.apache.org/download/index.cgi](https://jena.apache.org/download/index.cgi)
Install Pre-requisites
Create an empty folder named OSiDatastore
Using Command Prompt (Windows) or Terminal (Linux), navigate to “apache-jena-fuseki-3.11.0” directory.
Use command below command to initialize or run the triple store.
sudo java -jar fuseki-server.jar --loc='loc to OSiDatastore' /fusekiserver
DIR can be directory location in the system.
NAME is the name of the datastore name.
Please refer to https://jena.apache.org/documentation/fuseki2/fuseki-run.html for running Fuseki as Standalone Server