Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

aras-innovator-docker

Creates an Aras Innovator Release 2023 Docker image ready to use for testing and development purposes.

Before building the image make sure you add a valid license to be able to actually use the Aras Innovator installation by following these steps:

  1. Open the docker-compose.yml and replace the dummy mac_address with the one that matches your Aras license key
  2. Open the InnovatorServerConfig.xml file in the Server/Setup folder and replace the dummy License tag with your License you received from Aras

After that execute the following command to build and start your Aras Innovator Docker environment:

docker-compose up -d

You can login to the Innovator instance using the default users "admin" or "root" with the password "innovator".

The Aras Innovator instance is available under the following link: http://localhost/innovator

You can find more information on how to run Aras Innovator in Docker on my blog: sebastianbeilmann.com/blog/aras-innovator-in-docker