Update README.rst

Update the installation guide and add offical link of
Tacker documentation.

Change-Id: I429fdd77610c1f6753f495c9150e96a21d656bd4
This commit is contained in:
Nguyen Hai 2018-02-22 16:56:11 +09:00
parent d61d76a0e7
commit 9223bb1a7e
1 changed files with 25 additions and 6 deletions

View File

@ -16,21 +16,40 @@ Horizon UI for Tacker VNF Manager
Installation
============
1. Install module
**Note:** 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/<branch> for any stable branch installation. For eg:
stable/queens, stable/pike. If unspecified the default will be
master branch.
1. Clone tacker-horizon repository.
::
cd ~/
git clone https://github.com/openstack/tacker-horizon -b <branch_name>
2. Install horizon module.
::
cd tacker-horizon
sudo python setup.py install
2. Copy files to Horizon tree
3. Enable tacker horizon in dashboard.
::
cp tacker_horizon/enabled/* /opt/stack/horizon/openstack_dashboard/enabled/
sudo cp tacker_horizon/enabled/* \
/opt/stack/horizon/openstack_dashboard/enabled/
3. Restart the apache webserver
4. Restart Apache server.
::
@ -40,5 +59,5 @@ Installation
More Information
================
Tacker Wiki:
https://wiki.openstack.org/wiki/Tacker
[1] Tacker Documentation: https://docs.openstack.org/tacker/
[2] Tacker Wiki: https://wiki.openstack.org/wiki/Tacker