You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2017/06/14 16:23:38 UTC

[2/5] incubator-trafficcontrol git commit: fix a few nits; point to building page for rpm

fix a few nits; point to building page for rpm


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/fd44a788
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/fd44a788
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/fd44a788

Branch: refs/heads/master
Commit: fd44a78835df48bbe51442f0d3d5e0b2a28a1279
Parents: 3b93cb6
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue Jun 13 15:59:34 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Wed Jun 14 10:23:27 2017 -0600

----------------------------------------------------------------------
 docs/source/admin/traffic_ops/installation.rst | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/fd44a788/docs/source/admin/traffic_ops/installation.rst
----------------------------------------------------------------------
diff --git a/docs/source/admin/traffic_ops/installation.rst b/docs/source/admin/traffic_ops/installation.rst
index 32e8598..d6d9b9c 100644
--- a/docs/source/admin/traffic_ops/installation.rst
+++ b/docs/source/admin/traffic_ops/installation.rst
@@ -61,9 +61,15 @@ To begin the install:
     pg-# systemctl start postgresql-9.6
     pg-# systemctl status postgresql-9.6
 
-2. Install Traffic Ops
 
-  Install the postgres1l 9.6 dev libraries, and then download the traffic_ops rpm package from http://trafficcontrol.apache.org/downloads/index.html or from our jenkins builds, and install it (update URL as approriate), on the traffic ops host (to): :: 
+2. Build Traffic Ops
+
+   Build a Traffic Ops rpm using the instructions under the :ref:`dev-building` page.
+
+
+3. Install Postgresql 
+
+  Install the postgresql 9.6 dev libraries. ::
   
     to-$ sudo su -
     to-# yum update
@@ -85,9 +91,7 @@ To begin the install:
 
     to-# psql -h 99.33.99.1 -U postgres
     Password for user postgres: 
-    psql (9.2.18, server 9.6.3)
-    WARNING: psql version 9.2, server version 9.6.
-            Some psql features might not work.
+    psql (9.6.3)
     Type "help" for help.
     
     postgres=#