Download this file

README.md    41 lines (29 with data), 729 Bytes

ERROR! The markdown supplied could not be parsed correctly. Did you forget to surround a code snippet with "~~~~"?

# Driver documentation

## Package and Upload the Driver (Developers) 

Build the docker image of the driver using:

```bash
docker build -t vfos/opc_ua .
```

Run the packager from the terminal or command line

```bash
npm run vfos-pack <dockerImage> <deleteArtifacts>
```

Upload it to the store

Run the uploader from the terminal or command line

```bash
npm run vfos-upload <product_names_en-us> <price_info_eur> <zipfile> <access_token>
```

## Run the driver (User) 
### From source code 
If you are using the sourcecode you can run build:
```bash
docker run .
```
### From a zip file
If you are using a zip stored image:
```bash
docker load <compressed docker file>
docker run <name of the image>
```


## License

MIT ©