- Clone or Download the source code to your engineering environment
- Find the two files (in
src/backend_flask
andsrc/frontend_react
respectively) namedDockerfile.example
. These are example Dockerfiles that can be used to build the Docker images of the backend and the frontend. If you choose to use these, rename them both toDockerfile
before proceeding - Open a console in the root folder (where the
docker-compose
file is) - Use the
docker compose build
(replaces the olderdocker-compose build
) command to create the Docker images - These Docker images can now be used to build your app with the Industrial Edge App Publisher
docker images | grep conntest
can be used to check for the images
Please find below a short description how to publish your application in your IEM. For more detailed information, please see the section for uploading apps to the IEM.
- Connect your Industrial Edge App Publisher to your Docker engine
- Connect your Industrial Edge App Publisher to your Industrial Edge Management System
- Create a new application using the Industrial Edge App Publisher
- You may use the provided icon
- Add a new app version
- Import the docker-compose file using the
Import YAML
button - The warning
Build (services >> ...) is not supported
can be ignored - Next to the
conntest_frontend
service, go toEdit
:
- Go to
Network
and remove the predefined port mapping:
- Still under
Network
, set up the reverse proxy in the following way and add the configuration with the plus on the bottom right:
- Proceed with the app version creation and make sure that the following settings are set up correctly:
Start Upload
to transfer the app to the Industrial Edge Management- Further information about using the Industrial Edge App Publisher can be found in the IE Documentation
- Install the app on an Edge Device and follow the usage instructions on the main page of this guide