README.md 2.9 KB

Dashboard Installation

Luzzu Dashboard

Prerequisites

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)

Steps

  1. Install Pre-requisites

  2. Using Command Prompt (Windows) or Terminal (Linux), navigate to “Luzzu Dashboard” directory.

  3. Use command “npm install” to download and install dependencies

  4. Then use command “npm start” to start nodejs server in port 3000

Config file

  1. Navigate to src/config directory

  2. Open dashboardProperties.js file

  3. Update the host and port details of dependent systems like Luzzu Framework, TripleStore and Service Wrapper

Luzzu Dashboard Wrapper API

Steps

  1. Install Pre-requisites

  2. Using Command Prompt (Windows) or Terminal (Linux), navigate to “LuzzuDashboard-Wrapper-API” directory.

  3. Use command “npm install” to download and install dependencies

  4. Then use command “npm start” to start nodejs server in port 5000

Apache Jena Fuseki Server (TripleStore)

Prerequisites

1.  Apache Jena Fuseki 3.11.0: [https://jena.apache.org/download/index.cgi](https://jena.apache.org/download/index.cgi)

Steps

  1. Install Pre-requisites

  2. Create an empty folder named OSiDatastore

  3. Using Command Prompt (Windows) or Terminal (Linux), navigate to “apache-jena-fuseki-3.11.0” directory.

  4. 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

License

The source code for the site is licensed under the MIT license.

Copyright <2022>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.