Merge "ODL BGP LS PCEP release notes"
[docs.git] / docs / getting-started-guide / project-specific-guides / vtn.rst
index 690650919ad37dbee13394f24e1781381c26e241..918fcaf30dc70f1401431f3676583dabc10ecb84 100644 (file)
@@ -1,3 +1,5 @@
+.. _vtn-install-guide:
+
 VTN Installation Guide
 ======================
 
@@ -51,7 +53,7 @@ VTN Coordinator
 #. Install these packages::
 
       yum install perl-Digest-SHA uuid libxslt libcurl unixODBC json-c bzip2
-      rpm -ivh http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-1.noarch.rpm
+      rpm -ivh http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-redhat93-9.3-3.noarch.rpm
       yum install postgresql93-libs postgresql93 postgresql93-server postgresql93-contrib postgresql93-odbc
 
 Installing VTN
@@ -70,13 +72,13 @@ Install Feature::
 VTN Coordinator
 ^^^^^^^^^^^^^^^
 
-* Enter into the externalapps directory in the top directory of Beryllium::
+* To get the Boron distribution for VTN coordinator download the latest "tar.bz2" file from the below link::
 
-     cd distribution-karaf-0.4.0-Beryllium/externalapps
+     https://nexus.opendaylight.org/content/repositories/public/org/opendaylight/vtn/distribution.vtn-coordinator/6.3.0-Boron/
 
-* Run the below command to extract VTN Coordinator from the tar.bz2 file in the externalapps directory::
+* Run the below command to extract VTN Coordinator from the tar.bz2 file::
 
-     tar –C/ -jxvf distribution.vtn-coordinator-6.2.0-Beryllium-bin.tar.bz2
+     tar –C/ -jxvf distribution.vtn-coordinator-6.3.0-Boron-bin.tar.bz2
 
 This will install VTN Coordinator to /usr/local/vtn directory.
 The name of the tar.bz2 file name varies depending on the version. Please give the same tar.bz2 file name which is there in your directory.