Getting Started
Last updated
Last updated
ALM-agent includes the following prerequisites.
There are two ways to installing ALM Agent:
Using a precompiled binary
Installing from source
Download and install from a precompiled binary is the recommended option.
ALM-agent is distributed as a binary package. To install ALM-agent, you can download it from this link.
ALM-agent is packaged as a tgz archive. After downloading ALM-agent, untgz the package. ALM-agent runs as a single binary named alm-agent
.
We prepare Vagrantfile to compile from source. You will need VirtualBox and Vagrant installed. You can compile in virtual machine.
After installing ALM-agent, verify the installation works and check that alm-agent
is available.
By executing alm-agent
you should see the help output similar to this:
REQUIREMENT
DESCRIPTION
Supported Operating System
Instances must run on a supported version of Linux. Amazon Linux 2016.09
or later, Ubuntu Server 14.04 LTS
or later, CentOS7
or later, Red Hat Enterprise Linux(RHEL) 7
or later.
Internet Access
If your server configuration design requires services to access the public Internet (e.g. GitHub, DockerHub, etc..), verify that your instances have outbound Internet access first.
Docker
Instances should have Docker installed.
Git
Instances should have Git installed.