- Docker installed and running on your PC
- a little command line knowledge
- Clone the repository
git clone https://github.com/AndreasHeine/umati-OPC-UA-Demo.git
- Open commandline prompt and navigate to the
umati-OPC-UA-Demo
-Folder where thedocker-compose.yaml
file is located - Execute:
docker compose up --build
ordocker compose up -d --build
- now the two docker containers should spin up
- open your browser and copy the url
http://loalhost:1880
and hit enter - now your in node-red and can access the demo
make sure to check the Username and Password Auth in the OPC UA Client Settings
Username: admin
Password: pw1
You need the Username and Password in order to Execute Methods!!!