From 05ff5dcb760e831c592a858423fc3652439b818b Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Fri, 22 Aug 2014 12:39:47 -0300 Subject: [PATCH] quick start to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5aa7ccf..1ab9663 100644 --- a/README.md +++ b/README.md @@ -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