Skip to main content

Server installation

Verification of Docker installation

To install Agility Manager Server it is necessary to have Docker installed.

Verify that you have Docker installed correctly. Run the following command in the terminal on your computer.

docker -v

If Docker is installed correctly, you should see a version of Docker similar to the image below.

Docker version

Agility Manager Server installation download

You can download the installation ZIP file or the configuration source code on GitHub in project agilitymanager-server.

Download the ZIP file by clicking the button <> Code and then Download ZIP.

Download ZIP

Unzip the downloaded ZIP file on your computer to the directory where you want to have the Agility Manager Server configuration. ZIP file contains a directory agilitymanager-server-main, which contains the configuration directories and file docker-compose.yml.

tip

If you use GIT, you can download the configuration files via git clone ... and you don't need to download the ZIP file.

tip

The current (latest) version of Agility Manager is always available in the main branch. If you want to download an older version of Agility Manager, you can switch to another branch with a different version.

GitHub branches

First start of Agility Manager Server

Go to the agilitymanager-server-main directory in the terminal and run the following command.

docker compose up

After entering this command, the necessary containers for Agility Manager Server will start to be downloaded and installed from the Internet. This may take some time depending on the speed of your internet connection. In the terminal, you can see the progress of downloading containers and other activities. Wait until the installation and running of the containers is complete. After the end, information about starting the containers should be displayed in the terminal, similar to the picture below.

Extract from docker compose up

The Agility Manager Server should now be running. Open your internet browser and go to the address http://localhost. If you see the Agility Manager login page, you have successfully completed your first Agility Manager installation 😄.

Stopping the Agility Manager Server

You can stop the Agility Manager Server by pressing the keyboard shortcut CONTROL + C.

info

Docker containers will only be downloaded and installed when the docker compose up command is run for the first time. The necessary containers are already installed on your computer after the first start, so the next start of the Agility Manager Server will take place faster within a few seconds.

How to start and stop the Agility Manager Server more efficiently, see Starting and stopping the server.