From bc1c22c6391745759c8e85f5d4070abf259269d8 Mon Sep 17 00:00:00 2001 From: Christian Trautman Date: Fri, 11 Mar 2016 13:48:58 -0500 Subject: 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 Reviewed-by: Al Morton Reviewed-by: Maryam Tahhan --- docs/configguide/installation.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'docs') 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 -- cgit 1.2.3-korg