#!/bin/bash # NOTICE: # # This file must be saved with unix-style line endings or it will fail. # # Update and install some dependencies apt-get -y update apt-get -y install build-essential python-pip python-dev libevent-dev libev-dev libzmq-dev cd /vagrant pip install --use-mirrors pyzmq supervisor # Checkout and install latest Locust from Github python setup.py develop # Starting supervisor which is configured to start Locust supervisord -c examples/vagrant/supervisord.conf
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 21680 | Robert Cowham |
Populate -o //guest/robert_cowham/p4benchmark/main/locust/... //guest/robert_cowham/p4benchmark/github/locust/.... |
||
//guest/robert_cowham/p4benchmark/main/locust/examples/vagrant/vagrant.sh | |||||
#1 | 19772 | Robert Cowham | Initial version of locust |