Skip to content
Snippets Groups Projects
Commit 5223e36e authored by Diego Francisco Carvajal Flores's avatar Diego Francisco Carvajal Flores
Browse files

Update README

parent be3cbc51
No related branches found
No related tags found
No related merge requests found
# WoT+IL OPC UA to Fiware
## SUMMARY
Component that generates interoperability between an OPC UA server and FIWARE Orion LD Context Broker, using the SHOP4CF data model.
## Installing
Clone the respository
Execute ``npm install`` to download all needed extra modules
## Running
Execute ``ts-node upmclient.ts`` to run the component
## Docker
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
To configure the OPC UA server variables check the [ENV](./environment.env) file
## Docker offline image generation/import
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
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