From 1374afccd3bfad199282b9260e47af9290ea4707 Mon Sep 17 00:00:00 2001 From: Varac <varac@varac.net> Date: Thu, 17 Sep 2020 15:06:00 +0200 Subject: [PATCH] Update install doc to use v0.5 branch Closes: #673 --- docs/installation_instructions.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/installation_instructions.rst b/docs/installation_instructions.rst index c5094e53a..026ea4c50 100644 --- a/docs/installation_instructions.rst +++ b/docs/installation_instructions.rst @@ -66,18 +66,13 @@ Getting the installation script ------------------------------- On your **provisioning machine**, clone the OpenAppStack git repository -and checkout the latest tagged version (currently ``0.4.0``): +and checkout the latest release branch (currently ``v0.5``): :: - $ git clone -b 0.4.0 https://open.greenhost.net/openappstack/openappstack.git + $ git clone -b v0.5 https://open.greenhost.net/openappstack/openappstack.git $ cd openappstack -.. note:: - Git will display a warning after you use the ``git`` command saying that you - are in a *detached HEAD* state. This is perfectly normal and you can proceed - without any further actions. - Create a python virtual environment called "env" that uses python 3. This makes sure we do not change any of your other python projects. The second command "activates" the virtualenv. -- GitLab