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.
Install spaceops agent
The installation of spaceops agent required three minimum steps:
Clone the spaceops agent repository:
Setting up the agent installation directory:
Install the agent:
Start the agent
Using installation script, the agent is automatically started. A spaceops.service
is created and started.