Skip to content

Instantly share code, notes, and snippets.

@rudigiesler
Created September 23, 2015 11:47
Show Gist options
  • Save rudigiesler/e4cbdb5097f6217940d5 to your computer and use it in GitHub Desktop.
Save rudigiesler/e4cbdb5097f6217940d5 to your computer and use it in GitHub Desktop.
sudo docker run -it -p 8123:8123 -p 8124:8124 debian:wheezy /bin/bash
apt-get update
apt-get install redis-server rabbitmq-server python python-dev python-setuptools libffi-dev
easy_install pip virtualenv
virtualenv ve
source ve/bin/activate
pip install junebug
service redis-server start
service rabbitmq-server start
jb -i 0.0.0.0 -p 8123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment