jhg03a commented on a change in pull request #3585: URL: https://github.com/apache/trafficcontrol/pull/3585#discussion_r494597597
########## File path: docs/source/admin/index.rst ########## @@ -21,22 +21,29 @@ Traffic Control is distributed in source form for the developer, but also as a b When installing a complete CDN from scratch, a sample recommended order is: +#. Traffic Ops DB (Postgresql) +#. `InfluxDB [Optional] <https://github.com/influxdata/influxdb>`_ +#. Traffic Vault (Riak) [Optional] +#. Fake Origin [Optional] #. Traffic Ops -#. Traffic Vault (Riak) #. Traffic Portal +#. Initial Traffic Ops Dataset Setup [if applicable] #. Traffic Monitor #. Apache Traffic Server Mid-Tier Caches #. Apache Traffic Server Edge-Tier Caches +#. Grove [Optional] #. Traffic Router -#. Traffic Stats +#. `InfluxDB-relay [Optional] <https://github.com/influxdata/influxdb-relay>`_ +#. Traffic Stats [Optional] Once everything is installed, you will need to configure the servers to talk to each other. You will also need Origin server(s), from which the Mid-Tier Cache(s) will obtain content. An Origin server is simply an HTTP(S) server which serves the content you wish to cache on the CDN. .. toctree:: :maxdepth: 3 :glob: - traffic_ops.rst + environment_creation.rst + traffic_ops/* Review comment: Addressed with commit ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
