beyza.yaman eec3b822bf added MIT licence description | 2 tahun lalu | |
---|---|---|
Luzzu Dashboard | 3 tahun lalu | |
LuzzuDashboard-Wrapper-API | 4 tahun lalu | |
OSiDatastore | 3 tahun lalu | |
apache-jena-fuseki-3.12.0 | 3 tahun lalu | |
LICENSE.txt | 4 tahun lalu | |
README.md | 2 tahun lalu |
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.11.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
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.