fix a few nits; point to building page for rpm

(cherry picked from commit fd44a78835df48bbe51442f0d3d5e0b2a28a1279)


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

Branch: refs/heads/2.0.x
Commit: d01ae12172d611460e8edce74a1bf2369e006e37
Parents: 1120faf
Author: Dan Kirkwood <dang...@gmail.com>
Authored: Tue Jun 13 15:59:34 2017 -0600
Committer: Eric Friedrich <fri...@apache.org>
Committed: Wed Jun 14 15:50:49 2017 -0400

----------------------------------------------------------------------
 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/d01ae121/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=# 

Reply via email to