Zum Ausführen von Befehlen im Zusammenhang mit IEM müssen Sie zuerst die IEM- und IE App Publisher-Konfiguration hinzufügen, indem Sie die folgenden Befehle verwenden:
$ iectl config add iem \
--name "iemdev" \ # unique name for the confguration
--url "https://portaldev7.siemenspx.us" \ # your IEM url
--user email@siemens.com \ # email address registered on IEM
--password "password" # password of the IEM user
$ iectl config add publisher \
--workspace "/home/WS" \ # path to for the workspace, used to store app related metadata
--dockerurl "http://127.0.0.1:2375" \ # your docker engine url, used for saving the image refrenced in the docker compose yaml
--name "publisherdev" # unique name for the confguration
## Edge Apps
You can perform several operations related to Industrial Edge Apps on the IEM. Commonly used operations are:
- Create Application
- Create app versions
- Add app configurations
- Export app versions
- Import standalone apps on the IEM
Bei Bedarf können Sie auch andere Argumente in der IE App Publisher-Konfiguration festlegen. Weitere Informationen finden Sie unter iectl config add publisher --help
.