| .. |
| .. |
| .. Licensed under the Apache License, Version 2.0 (the "License"); |
| .. you may not use this file except in compliance with the License. |
| .. You may obtain a copy of the License at |
| .. |
| .. http://www.apache.org/licenses/LICENSE-2.0 |
| .. |
| .. Unless required by applicable law or agreed to in writing, software |
| .. distributed under the License is distributed on an "AS IS" BASIS, |
| .. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| .. See the License for the specific language governing permissions and |
| .. limitations under the License. |
| .. |
| |
| ********************* |
| Administrator's Guide |
| ********************* |
| |
| Traffic Control is distributed in source form for the developer, but also as a binary package. This guide details how to install and configure a Traffic Control CDN using the binary packages, as well as how to perform common operations running a CDN. |
| |
| When installing a complete CDN from scratch, a sample recommended order is: |
| |
| #. Traffic Ops |
| #. Traffic Vault (Riak) |
| #. Traffic Portal |
| #. Traffic Monitor |
| #. Apache Traffic Server Mid-Tier Caches |
| #. Apache Traffic Server Edge-Tier Caches |
| #. Traffic Router |
| #. Traffic Stats |
| |
| 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 |
| traffic_portal/* |
| traffic_monitor.rst |
| traffic_router.rst |
| traffic_router/migrationto2-3.rst |
| traffic_stats.rst |
| traffic_server.rst |
| traffic_vault.rst |
| quick_howto/index.rst |