-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Thomas Howe edited this page Jun 14, 2016
·
2 revisions
Start with a generic Ubuntu image, we normally use Digital Ocean: 2 GB Memory / 40 GB Disk / NYC3 - Ubuntu 14.04.4 x64
Greenbot-core requires
git clone https://github.com/green-bot/greenbot-core.git
git clone https://github.com/green-bot/greenbot-admin.git
cd greenbot-core
export ROOT_URL=http://{your IP}
Start with a generic Ubuntu image, we normally use Digital Ocean: 2 GB Memory / 40 GB Disk / NYC3 - Ubuntu 14.04.4 x64
wget -qO- https://get.docker.com/ | sh
sudo usermod -aG docker $(whoami)
sudo apt-get -y install python-pip
sudo pip install docker-compose
git clone https://github.com/green-bot/greenbot-core.git
git clone https://github.com/green-bot/greenbot-admin.git
cd greenbot-core
export ROOT_URL=http://{your IP}
docker-compose -f docker-compose-portal.yml up