Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.97 KB

Installation.md

File metadata and controls

55 lines (39 loc) · 2.97 KB

Installation

Build the application

Clone the image

  • Clone or Download the source code to your engineering environment

Build the Docker image

  • Find the two files (in src/backend_flask and src/frontend_react respectively) named Dockerfile.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 to Dockerfile before proceeding
  • Open a console in the root folder (where the docker-compose file is)
  • Use the docker compose build (replaces the older docker-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

Upload the app to the Industrial Edge Management

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

  • Connect your Industrial Edge App Publisher to your Docker engine
  • Connect your Industrial Edge App Publisher to your Industrial Edge Management System

Upload the app using the Industrial Edge App Publisher

  • 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 to Edit:

02

  • Go to Network and remove the predefined port mapping:

03

  • Still under Network, set up the reverse proxy in the following way and add the configuration with the plus on the bottom right:

04

  • Proceed with the app version creation and make sure that the following settings are set up correctly:

05

  • 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