Jump to: navigation, search

Difference between revisions of "Rally/installation"

 
(61 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Rally setup ==
 
Start with install the follwing requirements:
 
  
  sudo apt-get update
+
<big>'''Rally wiki documentation is obsolete.'''</big>
  sudo apt-get install libpq-dev git-core python-dev libevent-dev libssl-dev python-pip
 
  
If you would like to install Rally in virtualenv install virtualenv, create one and activate it:  
+
''Everything moved to https://rally.readthedocs.org''
  
  sudo pip install -U virtualenv
+
Here is [https://rally.readthedocs.org/en/latest/install.html Rally Installation Guide]
  virtualenv .venv
 
  . .venv/bin/activate
 
 
 
 
 
Then clone & install rally:
 
 
 
  git clone https://github.com/stackforge/rally.git && cd rally
 
  python setup.py install
 
 
 
The you need to create Rally database:
 
 
 
  openstack-rally-manage db recreate
 
 
 
Now you are ready to configure Rally:
 
 
 
sudo mkdir /etc/rally
 
sudo cp ~/git/rally/etc/rally/rally.conf.sample /etc/rally/rally.conf
 
sudo vim /etc/rally/rally.conf
 

Latest revision as of 00:46, 27 February 2015

Rally wiki documentation is obsolete.

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

Here is Rally Installation Guide