Skip to content
Thomas Howe edited this page Jun 14, 2016 · 2 revisions

Standard Installation

Start with a generic Ubuntu image, we normally use Digital Ocean: 2 GB Memory / 40 GB Disk / NYC3 - Ubuntu 14.04.4 x64

Prerequisites

Greenbot-core requires

Core install

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}

Installation using Docker

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