You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by gi...@apache.org on 2017/12/29 17:31:32 UTC

[2/2] incubator-trafficcontrol-website git commit: Update docs from commit aeabbd45ec95b99b10a29dc4cf3121eb91568fe9

Update docs from commit aeabbd45ec95b99b10a29dc4cf3121eb91568fe9


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

Branch: refs/heads/asf-site
Commit: bbbff0d1e8354c31263ab6cadb481987a06a00e0
Parents: 42f7eff
Author: jenkins <bu...@apache.org>
Authored: Fri Dec 29 17:31:28 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Fri Dec 29 17:31:28 2017 +0000

----------------------------------------------------------------------
 .../master/_sources/development/traffic_portal.rst.txt | 13 +++++--------
 docs/master/development/traffic_portal.html            | 10 +++++-----
 docs/master/searchindex.js                             |  2 +-
 3 files changed, 11 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/bbbff0d1/docs/master/_sources/development/traffic_portal.rst.txt
----------------------------------------------------------------------
diff --git a/docs/master/_sources/development/traffic_portal.rst.txt b/docs/master/_sources/development/traffic_portal.rst.txt
index 8e45062..b043e8a 100644
--- a/docs/master/_sources/development/traffic_portal.rst.txt
+++ b/docs/master/_sources/development/traffic_portal.rst.txt
@@ -18,7 +18,7 @@ Traffic Portal
 
 Introduction
 ============
-Traffic Portal is an `AngularJS 1.x <https://angularjs.org/>`_ client served from a `Node.js <https://nodejs.org/en/>`_ web server designed to consume the Traffic Ops 1.x API. Traffic Portal provides a set of functionality restricted to the delivery service(s) of the authenticated user. Functionality primarily includes a set of charts / graphs designed to provide insight into the performance of a user's delivery service(s).
+Traffic Portal is an `AngularJS 1.x <https://angularjs.org/>`_ client served from a `Node.js <https://nodejs.org/en/>`_ web server designed to consume the Traffic Ops 1.x API. The Traffic Portal replaces the Traffic Ops UI.
 
 Software Requirements
 =====================
@@ -40,15 +40,12 @@ Installing The Traffic Portal Developer Environment
 
 	- Clone the traffic_control repository
 	- Navigate to the traffic_control/traffic_portal of your cloned repository.
-	- Run ``npm install`` to install application dependencies. Only needs to be done the first time unless traffic_portal/package.json changes.
-	- Run ``bower install`` to install client-side dependencies. Only needs to be done the first time unless traffic_portal/bower.json changes.
-	- Run ``grunt`` to package the application into traffic_portal/app/dist, start a local http server (Express), and start a file watcher.
+	- Run ``npm install`` to install application dependencies into traffic_portal/node_modules. Only needs to be done the first time unless traffic_portal/package.json changes.
+	- Run ``bower install`` to install client-side dependencies into traffic_portal/app/bower_components. Only needs to be done the first time unless traffic_portal/bower.json changes.
+	- Run ``grunt`` to package the application into traffic_portal/app/dist, start a local https server (Express), and start a file watcher.
 	- Navigate to https://localhost:8443
 
 Notes
 =====
 
-- The Traffic Portal consumes the Traffic Ops API. By default, Traffic Portal assumes Traffic Ops is running on http://localhost:3000. Temporarily modify conf/config.js if you need to change the location of Traffic Ops.
-
-
-
+- The Traffic Portal consumes the Traffic Ops API. By default, Traffic Portal assumes Traffic Ops is running on https://localhost:8444. Temporarily modify traffic_portal/conf/config.js if you need to change the location of Traffic Ops.

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol-website/blob/bbbff0d1/docs/master/development/traffic_portal.html
----------------------------------------------------------------------
diff --git a/docs/master/development/traffic_portal.html b/docs/master/development/traffic_portal.html
index 456b594..0507f26 100644
--- a/docs/master/development/traffic_portal.html
+++ b/docs/master/development/traffic_portal.html
@@ -198,7 +198,7 @@
 <h1>Traffic Portal<a class="headerlink" href="#traffic-portal" title="Permalink to this headline">¶</a></h1>
 <div class="section" id="introduction">
 <h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline">¶</a></h2>
-<p>Traffic Portal is an <a class="reference external" href="https://angularjs.org/">AngularJS 1.x</a> client served from a <a class="reference external" href="https://nodejs.org/en/">Node.js</a> web server designed to consume the Traffic Ops 1.x API. Traffic Portal provides a set of functionality restricted to the delivery service(s) of the authenticated user. Functionality primarily includes a set of charts / graphs designed to provide insight into the performance of a user&#8217;s delivery service(s).</p>
+<p>Traffic Portal is an <a class="reference external" href="https://angularjs.org/">AngularJS 1.x</a> client served from a <a class="reference external" href="https://nodejs.org/en/">Node.js</a> web server designed to consume the Traffic Ops 1.x API. The Traffic Portal replaces the Traffic Ops UI.</p>
 </div>
 <div class="section" id="software-requirements">
 <h2>Software Requirements<a class="headerlink" href="#software-requirements" title="Permalink to this headline">¶</a></h2>
@@ -228,9 +228,9 @@
 <div><ul class="simple">
 <li>Clone the traffic_control repository</li>
 <li>Navigate to the traffic_control/traffic_portal of your cloned repository.</li>
-<li>Run <code class="docutils literal"><span class="pre">npm</span> <span class="pre">install</span></code> to install application dependencies. Only needs to be done the first time unless traffic_portal/package.json changes.</li>
-<li>Run <code class="docutils literal"><span class="pre">bower</span> <span class="pre">install</span></code> to install client-side dependencies. Only needs to be done the first time unless traffic_portal/bower.json changes.</li>
-<li>Run <code class="docutils literal"><span class="pre">grunt</span></code> to package the application into traffic_portal/app/dist, start a local http server (Express), and start a file watcher.</li>
+<li>Run <code class="docutils literal"><span class="pre">npm</span> <span class="pre">install</span></code> to install application dependencies into traffic_portal/node_modules. Only needs to be done the first time unless traffic_portal/package.json changes.</li>
+<li>Run <code class="docutils literal"><span class="pre">bower</span> <span class="pre">install</span></code> to install client-side dependencies into traffic_portal/app/bower_components. Only needs to be done the first time unless traffic_portal/bower.json changes.</li>
+<li>Run <code class="docutils literal"><span class="pre">grunt</span></code> to package the application into traffic_portal/app/dist, start a local https server (Express), and start a file watcher.</li>
 <li>Navigate to <a class="reference external" href="https://localhost:8443">https://localhost:8443</a></li>
 </ul>
 </div></blockquote>
@@ -238,7 +238,7 @@
 <div class="section" id="notes">
 <h2>Notes<a class="headerlink" href="#notes" title="Permalink to this headline">¶</a></h2>
 <ul class="simple">
-<li>The Traffic Portal consumes the Traffic Ops API. By default, Traffic Portal assumes Traffic Ops is running on <a class="reference external" href="http://localhost:3000">http://localhost:3000</a>. Temporarily modify conf/config.js if you need to change the location of Traffic Ops.</li>
+<li>The Traffic Portal consumes the Traffic Ops API. By default, Traffic Portal assumes Traffic Ops is running on <a class="reference external" href="https://localhost:8444">https://localhost:8444</a>. Temporarily modify traffic_portal/conf/config.js if you need to change the location of Traffic Ops.</li>
 </ul>
 </div>
 </div>