Sign inSign up

pxcbe/atvise

By pxcbe

Updated about 3 years ago

atvise container

Image
2

1.9K

pxcbe/atvise repository overview

Atvise on the PLCnext

Atvise version 3.4.1

As this is a private repository , do not forget to log in first!

balena-engine login

Setting up folder structure

  1. Create a directory "atvise" in /opt/plcnext
  2. Create a directory "project " in the folder /opt/plcnext/atvise and copy your Atvise project to it (nodes.db file)
  3. Create a directory "license" in the folder /opt/plcnext/atvise, your license will be placed in this directory

Download and start the image

balena-engine run -d -p 8080:80 -p 4841:4840 --name atvised --restart always -v /opt/plcnext/atvise/project/:/var/lib/atvise -v /opt/plcnext/atvise/license:/etc/atvise pxcbe/atvise:xxx
where xxx is the version of the container needed (see tag names). exemple ":arm-3.8.1"

Setting up the license

  1. Open the file licenseinfo.txt, the HW code you need to generate a license is inside this file.
  2. Go to www.atvise.com and generate a license based on this HW code
  3. Copy your atserver.lic inside this directory

start and stop the atvise server

balena-engine stop atvised to stop the container

balena-engine start atvised to start the container

view the page

http://*ipadressofplc*:8080

Run container interactively:

balena-engine run -it -p 8080:80 -p 4841:4840 --name atvise --entrypoint="" -v /opt/plcnext/atvise/project/:/var/lib/atvise -v /opt/plcnext/atvise/license/:/etc/atvise pxcbe/atvise:xxx bash

where xxx is the version of the container needed (see tag names). exemple ":arm-3.8.1"

You'll need to start the atserver manually with

/usr/bin/atserver --daemon --proj=/var/lib/atvise

Tag summary

Content type

Image

Digest

Size

126.8 MB

Last updated

over 6 years ago

docker pull pxcbe/atvise