Skip to main content

Installation & Setup

Conveyor CI is a Linux application and is distributed via three main channels:

  • Docker Image
  • Installation Script
  • Debian Package
docker run -d --name conveyor-ci openug/conveyor:latest

Initial Setup

The Docker image comes pre-configured with sensible defaults. However, the other installation methods require some initial setup.

Once installed, run the following command to complete the setup:

conveyor init

This will generate a default configuration file at /etc/conveyor/conveyor.yml, TLS certificates, and create the necessary directories.

You can then start the Conveyor CI service with:

systemctl enable conveyor
systemctl start conveyor

or run it directly with:

conveyor up

Using Client SDKs

Conveyor CI provides client SDKs you can use: