quick start to readme

This commit is contained in:
Sandy Walsh 2014-08-22 12:39:47 -03:00
parent c2b08fc9a4
commit 05ff5dcb76

View File

@ -3,6 +3,18 @@ sandbox
Dev env for StackTach development. Uses Notigen event generator and yagi.
Prerequisites:
make sure you have a working python dev environment (2.7+ ideally)
including virtualenv. Install rabbitmq and mongodb
TL;DR:
handle the prerequisites above.
git clone https://github.com/StackTach/sandbox.git
cd sandbox
./build.sh
Tweaks:
You can create a `local.sh` to override the defaults:
SOURCE_DIR=git # where the StackTach repos are cloned