diff --git a/doc/source/install/manual_installation.rst b/doc/source/install/manual_installation.rst index abf22f83b..978aab726 100644 --- a/doc/source/install/manual_installation.rst +++ b/doc/source/install/manual_installation.rst @@ -69,6 +69,12 @@ Installing Tacker server The paths we are using for configuration files in these steps are with reference to Ubuntu Operating System. The paths may vary for other Operating Systems. + The branch_name which is used in commands, specify the branch_name as + "stable/" for any stable branch installation. + For eg: stable/ocata, stable/newton. If unspecified the default will be + "master" branch. + + 1). Create MySQL database and user. .. code-block:: console @@ -145,7 +151,8 @@ If you are using keystone v2 then, .. code-block:: console - git clone https://github.com/openstack/tacker + cd ~/ + git clone https://github.com/openstack/tacker -b .. 4). Install all requirements. @@ -257,7 +264,7 @@ Install Tacker client .. code-block:: console cd ~/ - git clone https://github.com/openstack/python-tackerclient + git clone https://github.com/openstack/python-tackerclient -b .. 2). Install tacker-client. @@ -277,7 +284,7 @@ Install Tacker horizon .. code-block:: console cd ~/ - git clone https://github.com/openstack/tacker-horizon + git clone https://github.com/openstack/tacker-horizon -b .. 2). Install horizon module.