Skip to content

Installation Instructions

BuffaloWill edited this page Jul 22, 2017 · 2 revisions

Docker

git clone https://github.com/BuffaloWill/gumbler.git 
docker-compose build
docker-compose up

Dev Build

Ubuntu:

git clone https://github.com/BuffaloWill/gumbler.git 
apt-get install -y git python-pip curl mongodb
pip install -r requirements.txt 
Clone this wiki locally