Jump to: navigation, search

Rally/HowTo

< Rally
Revision as of 15:30, 9 September 2013 by Boris-42 (talk | contribs)

HowTo Rally

Installing rally on fresh ubuntu

Install these requirements:

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


Clone rally:

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

Install rally requirements:

 pip install -r requirements.txt