1. Install the Engine

There is a convenient DEB package available to install the Axon Ivy Engine. You can download and install it with the following bash script:

cd /tmp
wget https://developer.axonivy.com/permalink/|version|/axonivy-engine.deb -O axonivy-engine.deb
sudo dpkg -i axonivy-engine.deb
rm -f /tmp/axonivy-engine.deb

Note

The most important folders of the Axon Ivy Engine are:

  • /usr/lib/axonivy-engine-*/ is the root installation folder with symlinks to all locations which are relevant to the engine.

  • /etc/axonivy-engine-*/ folder which contains the configuration files.

  • /var/lib/axonivy-engine-*/deploy folder which is used to deploy Axon Ivy projects.