Skip to content
Snippets Groups Projects
Commit 6cd3d914 authored by Rute C. Sofia's avatar Rute C. Sofia :football:
Browse files

Corrected readme

parent dbe4b722
No related branches found
No related tags found
No related merge requests found
Pipeline #44201 failed
......@@ -84,14 +84,14 @@ nvim .env
Currently the following default values are needed for the .env file:
```bash
NEO4J_HOST=10.0.33.39
NEO4J_PORT=7687
NEO4J_HOST=IP of machine hosting neo4j
NEO4J_PORT=Port
NEO4J_DATABASE=neo4j
NEO4J_USERNAME=neo4j
NEO4J_PASSWORD=<password>
BROKER_HOST=10.0.33.39
BROKER_PORT=1883
BROKER_HOST=IP of machine hosting neo4j
BROKER_PORT=Port
BROKER_USERNAME=<name>
BROKER_PASSWORD=<password>
```
......@@ -129,14 +129,14 @@ Initlally the sensors are registered in MQTT and advertised via coaty.io (thing_
Verify database connection by using Neo4J desktop or web browser, enter default username and password and ensure that database is accessible:
```bash
10.0.33.39:7474
IP:7474
```
Import ontologies to TSMatch, send a POST request to port 8080 with either Postman or by following command
```bash
curl -X PUT -H "Content-Type: application/json" -d '{"data": "http://path/to/ontology.owl"}' http://10.0.33.39:8080/ontology
curl -X PUT -H "Content-Type: application/json" -d '{"data": "http://path/to/ontology.owl"}' http://IP:8080/ontology
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment