aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configguide/installation.rst
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2016-03-11 13:48:58 -0500
committerMaryam Tahhan <maryam.tahhan@intel.com>2016-03-14 13:58:06 +0000
commitbc1c22c6391745759c8e85f5d4070abf259269d8 (patch)
treece83a123e0cf765e9a80ff296e6ea6a464deb6d8 /docs/configguide/installation.rst
parent5853025b59cb6e44f23a1d245a58a2cd286e03dc (diff)
Install: Adding RedHat 7.2 Installation bash scripts
Adding in prepare_python_env.sh and build_base_machine.sh scripts to appropriate systems folder for installation on Red Hat 7.2. Modified installation.rst to reflect these changes. * Fixed Header to add Red Hat * Added myself as contributor JIRA: VSPERF-214 Change-Id: I23a10316e77c3cec67b7f25176e8707de683af09 Signed-off-by: Christian Trautman <ctrautma@redhat.com> Reviewed-by: Al Morton <acmorton@att.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'docs/configguide/installation.rst')
-rwxr-xr-xdocs/configguide/installation.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/configguide/installation.rst b/docs/configguide/installation.rst
index b4aaf60b..354979b0 100755
--- a/docs/configguide/installation.rst
+++ b/docs/configguide/installation.rst
@@ -13,6 +13,7 @@ Supported Operating Systems
* Fedora 20
* Fedora 21
* Fedora 22
+* RedHat 7.2
* Ubuntu 14.04
Supported vSwitches
@@ -77,10 +78,11 @@ automatically.
Script **build_base_machine.sh** will install all the vsperf dependencies
in terms of system packages, Python 3.x and required Python modules.
In case of CentOS 7 it will install Python 3.3 from an additional repository
-provided by Software Collections (`a link`_). Installation script will also
-use `virtualenv`_ to create a vsperf virtual environment, which is isolated
-from the default Python environment. This environment will reside
-in a directory called **vsperfenv** in $HOME.
+provided by Software Collections (`a link`_). In case of RedHat 7 it will
+install Python 3.4 as an alternate installation in /usr/local/bin. Installation
+script will also use `virtualenv`_ to create a vsperf virtual environment,
+which is isolated from the default Python environment. This environment will
+reside in a directory called **vsperfenv** in $HOME.
You will need to activate the virtual environment every time you start a
new shell session. Its activation is specific to your OS:
@@ -94,8 +96,8 @@ CentOS 7
$ cd $HOME/vsperfenv
$ source bin/activate
-Fedora and Ubuntu
-=================
+Fedora, RedHat and Ubuntu
+=========================
.. code:: bash