The WebTier Benchmark repo
sudo apt-get install -y python-pip
git clone this_repo dir
cd dir
pip install -r requirements.txt (this can be done only once)
sudo ./deploy --setup=setup.json
cd dir
sudo ./run --benchmark=benchmark.json
cd dir
sudo ./undeploy
cd dir
pip install -r requirements-testing.txt
py.test --capture=sys -v