This is an automated email from the ASF dual-hosted git repository.

neuman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git

commit 42c70b14c6c0721a14affed6d38da68019bfcee5
Author: Ashish Timilsina <timilsina.ashish...@gmail.com>
AuthorDate: Wed Jan 31 13:46:16 2018 -0700

    updated ts admin docs
---
 docs/source/admin/traffic_server.rst | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/docs/source/admin/traffic_server.rst 
b/docs/source/admin/traffic_server.rst
index 1a8697e..828cb47 100644
--- a/docs/source/admin/traffic_server.rst
+++ b/docs/source/admin/traffic_server.rst
@@ -19,9 +19,10 @@ Traffic Server Administration
 Installing Traffic Server
 =========================
 
-#. Build the Traffic Server RPM: ::
+#. Build the Traffic Server RPM. The best way to do this is to follow the 
Traffic Server documents: ::
+
+    
https://docs.trafficserver.apache.org/en/latest/getting-started/index.en.html#installation
 
-    http://archive.apache.org/dist/trafficserver/?C=M;O=D
 #. Build the astats RPM using the appropriate version number: ::
 
     
https://github.com/apache/incubator-trafficcontrol/tree/<version>/traffic_server
@@ -50,7 +51,7 @@ Installing Traffic Server
 
 #.  Start the service: ``sudo service trafficserver start``
 
-#.  Configure traffic server to start automatically: ``sudo chkconfig 
trafficserver on``
+#.  Configure traffic server to start automatically: ``sudo systemctl enable 
trafficserver``
 
 #.  Verify that the installation is good:
 
@@ -92,7 +93,11 @@ The traffic_ops_ort.pl should be installed on all caches (by 
puppet or other non
 Installing the ORT script
 --------------------------
 
-#.  Build the ORT script RPM and install it: ::
+#.  Build the ORT script RPM from the Apache Build Server and install it: ::
+
+        https://builds.apache.org/view/S-Z/view/TrafficControl/
+
+    Sample command: ::
 
         sudo wget 
https://builds.apache.org/view/S-Z/view/TrafficControl/job/incubator-trafficcontrol-2.1.x-build/lastSuccessfulBuild/artifact/dist/traffic_ops_ort-2.1.0-6807.1dcd512f.el7.x86_64.rpm
         sudo yum install traffic_ops_ort*.rpm

-- 
To stop receiving notification emails like this one, please contact
neu...@apache.org.

Reply via email to