Skip to content

Getting Started

Spaceops is an open-source project that provides a gitops way to manage your docker server. This guide will help you get started with Spaceops Agent.

Quick Start

In this quick start you will learn how to install Spaceops Agent on your server.

Install prerequisites

Spaceops agent is written in python. You need to have python3 installed on your server.

Terminal window
sudo apt-get install python3

Install spaceops agent

The installation of spaceops agent required three minimum steps:

Clone the spaceops agent repository:

Terminal window
git clone git@gitlab.com:spaceops2/spaceops-agent.git
cd spaceops-agent

Setting up the agent installation directory:

Terminal window
export SPACEOPS_INSTALL_DIRECTORY=/usr/bin/spaceops

Install the agent:

Terminal window
sudo -E bash install.bash

Start the agent

Using installation script, the agent is automatically started. A spaceops.service is created and started.

Terminal window
sudo systemctl status spaceops