From 30bba52b2c8b285885cb12e70ec4e8883d5df1e8 Mon Sep 17 00:00:00 2001 From: Michael Ionkin Date: Fri, 1 Jul 2016 12:20:42 +0300 Subject: [PATCH] [DOC] Update installation guide Ability to install stable sahara releases was described. closes-bug: 1385385 Change-Id: I8645f12f8bfdd9973ab05dd8a563cb6cc9b9322d --- doc/source/userdoc/installation.guide.rst | 24 ++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/doc/source/userdoc/installation.guide.rst b/doc/source/userdoc/installation.guide.rst index cab772fd..1e7fd87f 100644 --- a/doc/source/userdoc/installation.guide.rst +++ b/doc/source/userdoc/installation.guide.rst @@ -107,14 +107,7 @@ To install into a virtual environment require super user privileges and can be executed in any directory where the current user has write permissions. -3. You can install the latest sahara release from pypi: - -.. sourcecode:: console - - $ sahara-venv/bin/pip install sahara -.. - - Or you can get a sahara archive from +3. You can get a sahara archive from ``_ and install it using pip: .. sourcecode:: console @@ -125,7 +118,20 @@ To install into a virtual environment Note that ``sahara-master.tar.gz`` contains the latest changes and might not be stable at the moment. We recommend browsing ``_ and selecting the latest - stable release. + stable release. For installation just execute (where replace the 'release' + word with release name, e.g. 'mitaka'): + +.. sourcecode:: console + + $ sahara-venv/bin/pip install 'http://tarballs.openstack.org/sahara/sahara-stable-release.tar.gz' +.. + + For example, you can get Sahara Mitaka release by executing: + +.. sourcecode:: console + + $ sahara-venv/bin/pip install 'http://tarballs.openstack.org/sahara/sahara-stable-mitaka.tar.gz' +.. 4. After installation you should create a configuration file from the sample file located in ``sahara-venv/share/sahara/sahara.conf.sample-basic``: