Add dependencies on Quick Start page.

Change-Id: Ifc69ae397519c05d778d4d15062c00ae8e425b9d
Closes-bug: #1231227
This commit is contained in:
Robert Mizielski 2014-01-21 17:30:11 +01:00
parent e578ec1a33
commit 658ebab4be
1 changed files with 17 additions and 0 deletions

View File

@ -2,6 +2,23 @@
Horizon Quickstart
==================
.. Note ::
This section has been tested for Horizon on Ubuntu (12.04-64) and Fedora-based (RHEL 6.4) distributions. Feel free to add notes and any changes according to your experiences or operating system.
Linux Systems
=============
Install the prerequisite packages.
On Ubuntu::
> sudo apt-get install git python-dev python-virtualenv
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
> sudo yum install gcc git-core python-devel python-virtualenv openssl-devel
Setup
=====