App erstellen - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & Referenzen

Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Der erste Schritt zum Erstellen einer App besteht darin, mit der Erstellung einer App zu beginnen, die die App Metadata Informationen enthält.

Sie erstellen eine App mit dem folgenden Befehl:

$ iectl publisher standalone-app create \
            --appname "my cool app" \
            --reponame "mycompany" \                # This relates to the repository name of the docker image.
            --appdescription "my cool app"  \
            --iconpath "/path/to/my/icon" \
            --webAddress "www.test.com" \           # Web address for application. [Optional]
            --signUpType "SignUpWithoutCode" \      # signUpType: ["SignUpWithCodeOnly", "SignUpWithOrWithoutCode", "NoSignUp", "SignUpWithoutCode", "None"] [Optional]                 
            --externalUrl "www.siemens.com" \       # This URL will be used by IEM app UI to open, application iframe embedded in IEM. [Optional]

Die App steht anschließend in Ihrem lokalen Arbeitsbereich zur Verfügung, ebenso wie alle generierten Metadaten (d.h. die App-ID).