1. Installation

1.1. Prerequisites

Make sure you have followed the instructions in our manual to add our package repository.

1.2. Distributions

1.2.1. Ubuntu

To install the .deb package use the following commands.

$ apt-get update
$ apt-get install ctasd

1.2.2. RHEL

To install the .rpm package use the following commands.

$ yum install ctasd

1.3. Startup

When the initial configuration is in place, the program can be started with:

$ sudo systemctl start ctasd
$ sudo systemctl start ctasd-o

1.4. Docker & K8s

For instructions on how to build a container image of the program as well as deploying it on K8s (Kubernetes), see our halon-docker GitHub repository.