cloudfleet / blimp-engineroom

The engine room manages the operations of all the services on a CloudFleet Blimp
GNU Affero General Public License v3.0
4 stars 2 forks source link

Blimp Engineroom

The Blimp Engineroom manages and updates all the services on a blimp. It runs on bare metal.

Quick Start

Install all the Debian package requirements:

sudo apt-get install -y docker.io python-docker cgroupfs-mount python-pip

Then just a Python package or two:

sudo pip install meta-compose

USB Encryption

sudo apt-get install cryptsetup

Seems cryptsetup has some errors in 1.6.6 source.

TODO