rally/doc/source/tutorial/step_0_installation.rst
Roman Vasilets d22414db72 Change structure of rally plugin and plugin references page
Change-Id: I3f8cc2b37ab07a80fd6b68c8bdd5ef2f48c9bb2a
2016-02-26 09:38:22 -06:00

1.6 KiB

Step 0. Installation

The easiest way to install Rally is by running its installation script:

wget -q -O- https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh | bash
# or using curl:
curl https://raw.githubusercontent.com/openstack/rally/master/install_rally.sh | bash

If you execute the script as regular user, Rally will create a new virtual environment in ~/rally/ and install in it Rally, and will use sqlite as database backend. If you execute the script as root, Rally will be installed system wide. For more installation options, please refer to the installation <install> page.

Note: Rally requires Python version 2.7 or 3.4.

Now that you have rally installed, you are ready to start benchmarking OpenStack with it <tutorial_step_1_setting_up_env_and_running_benchmark_from_samples>!