Menu

Requirements Github Repository

  • Ubuntu 12.04 or higher
  • LXC 0.7 to 0.9
  • /var/lib/lxc as LXC root path

Prerequisite

Ensure you have already installed LXC Templates before proceeding with the installation

sudo apt-get install lxc lxctl lxc-templates
Automatic Installation Recommended

Copy/Paste the following code into your terminal
wget https://charlestongeniuscenter.github.io/Gantry-Evolution/install.sh -O - | bash

Connect to your local at http://your-ip-address:5000/
Login with the following credentials: User: admin / Password: admin

Automatic Update

Copy/Paste the following code into your terminal
wget https://charlestongeniuscenter.github.io/Gantry-Evolution/update.sh -O - | bash


Manual Installation

Clone our repository
git clone https://github.com/CharlestonGeniusCenter/Gantry-Evolution.git

Install Flask
pip install flask==0.9

Run Gantry
python gantry.py

Connect to your local at http://your-ip-address:5000/
Login with the following credentials: User: admin / Password: admin


Gantry Container Manager - MIT License