Skip to content
Snippets Groups Projects
Commit bb986272 authored by Eduardo Buhid's avatar Eduardo Buhid
Browse files

updated readme

parent 054ad82b
No related branches found
No related tags found
No related merge requests found
# WoT+IL OPC UA to Fiware
Component that generates interoperability between an OPC UA server and FIWARE Orion LD Context Broker, using the SHOP4CF data model.
Component that generates interoperability between an (OPC UA server)[https://opcfoundation.org/about/opc-technologies/opc-ua/] and (FIWARE Orion LD Context Broker)[https://fiware-orion.readthedocs.io/en/master/], using the SHOP4CF data model.
## Installing
......@@ -18,7 +18,7 @@ Execute ``docker build -t imagename .`` to build the image
Execute ``docker run -d --env-file environment.env imagename`` to create a container using the crated image
### Docker environmnet variables
### Docker environmet variables
To configure the OPC UA server variables check the [ENV](./environment.env) file
......@@ -26,4 +26,4 @@ To configure the OPC UA server variables check the [ENV](./environment.env) file
To donwnload a docker image as a file execute `` docker save -o targetfilename.tar imagename ``
To upload docker image from file execute `` docker load --input imagename.tar ``
\ No newline at end of file
To upload docker image from file execute `` docker load --input imagename.tar ``
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