From within a command line terminal:
git clone https://github.com/AfrikaBurn/TMI-Manage.git
cd TMI-Manage
sudo docker-compose up
This is unsafe in a production environment, follow these instructions to run the docker daemon in rootless mode!
In rootless mode:
docker-compose up -d
(the -d option starts the Manage server in detached mode)
Add the following to your hosts file (/etc/hosts on ubuntu):
127.0.0.1 manage.afrikaburn.com
Visit: manage.afrikaburn.com:43000