Jump to: navigation, search

Rally/HowTo

< Rally
Revision as of 15:33, 9 September 2013 by Boris-42 (talk | contribs) (Installing rally on fresh ubuntu)

HowTo Rally

Installing rally on fresh ubuntu

Install these requirements:

 sudo apt-get update
 sudo apt-get install git-core python-dev libevent-dev libssl-dev
 sudo pip install virtualenv


Clone rally:

 git clone https://github.com/stackforge/rally.git

Install rally requirements in venv:

 virtualenv rally/.venv
 . rally/.venv/bin/activate
 pip install -r requirements.txt


Work with Rally