1. Prepare

Download and install docker and docker-compose from https://www.docker.com/.

To test your docker installation execute the following command in a terminal:

docker run -p 8080:8080 axonivy/axonivy-engine:|version|

Now you can connect to http://localhost:8080 - no joke. Here is already an Axon Ivy Engine running.

Now press Ctrl+C in the terminal or close the terminal to shutdown the Axon Ivy Engine.