Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TSMatch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIoT_external
TSMatch
Commits
6cd3d914
Commit
6cd3d914
authored
1 month ago
by
Rute C. Sofia
Browse files
Options
Downloads
Patches
Plain Diff
Corrected readme
parent
dbe4b722
No related branches found
No related tags found
No related merge requests found
Pipeline
#44201
failed
1 month ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-6
6 additions, 6 deletions
README.md
with
6 additions
and
6 deletions
README.md
+
6
−
6
View file @
6cd3d914
...
...
@@ -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
```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment