Jump to: navigation, search

Difference between revisions of "Rally/HowTo"

(Installing rally on fresh ubuntu)
(Available Rally facilities)
 
(99 intermediate revisions by 18 users not shown)
Line 1: Line 1:
= HowTo Rally =
 
  
== Installing rally on fresh ubuntu ==
+
<big>'''Rally wiki documentation is obsolete.'''</big>
  
Install these requirements:  
+
''Everything moved to https://rally.readthedocs.org''
  
  sudo apt-get update
+
Here is [https://rally.readthedocs.org/en/latest/tutorial.html Rally Step by Step Guide]
  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 ==
 

Latest revision as of 00:44, 27 February 2015

Rally wiki documentation is obsolete.

Everything moved to https://rally.readthedocs.org

Here is Rally Step by Step Guide