Written for Ubuntu 14.04. Adjust accordingly.
- Update the cache with
sudo apt-get update
- Install git with
sudo apt-get install git
- Get the source code with
git clone https://github.com/bahrmichael/tabap.git
- Install pip with
sudo apt-get install python-pip
. We need this to install docker-compose. - Install docker-compose with
sudo pip install docker-compose
. - Install the mysql client with
sudo apt-get install mysql-client-5.6
- Navigate into folder with
docker-compose.yml
file:cd tabap
. - Run
docker-compose up -d --force-recreate
.