Skip to content

Running Server Only with Docker

Thomas Howe edited this page Mar 31, 2016 · 1 revision

Installation

If you'd like to run you own Greenbot server, use our docker image

  1. Install docker tools on your server, including docker-compose
  2. Clone the git repo (https://github.com/green-bot/greenbot-core)
  3. cd into greenbot-core
  4. docker-compose up

That's it! This doesn't include the greenbot admin portal (coming soon)