Fork me on GitHub

Hack on this repo

$ git clone [email protected]:arachnys/cabot.git
$ cd cabot
$ cp conf/development.env.example conf/development.env
$ vim conf/development.env
# Edit settings - add Twilio, Hipchat etc

$ docker-compose build
# Build the web and worker services

$ docker-compose up -d
# Run webserver and Celery tasks using Django dev server
# You can access your dev instance at http://localhost:5001/

Running tests

$ docker-compose -f docker-compose-test.yml build
$ docker-compose -f docker-compose-test.yml run --rm test

Requirements

Please refer to the Docker documentation to install it on Mac, Windows or Linux.