From bb986272d843606497e37bea396b318561ee2020 Mon Sep 17 00:00:00 2001 From: Eduardo Buhid <ebuhid@lst.tfo.upm.es> Date: Wed, 26 Oct 2022 11:36:10 +0200 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4302550..92aad64 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 `` -- GitLab