You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2018/06/14 18:05:24 UTC

[trafficcontrol] 12/20: add README.md for cdn-in-a-box

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

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

commit 138c56254c9204dae91f2a37bde62b8bee7918cd
Author: Dan Kirkwood <da...@gmail.com>
AuthorDate: Thu Jun 7 23:26:16 2018 +0000

    add README.md for cdn-in-a-box
---
 infrastructure/cdn-in-a-box/README.md | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/infrastructure/cdn-in-a-box/README.md b/infrastructure/cdn-in-a-box/README.md
new file mode 100644
index 0000000..1f38a9e
--- /dev/null
+++ b/infrastructure/cdn-in-a-box/README.md
@@ -0,0 +1,35 @@
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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.
+-->
+
+CDN In a Box (containerized)
+============================
+
+This is intended to simplify the process of creating a "CDN in a box",  easing
+the barrier to entry for newcomers as well as providing a way to spin up a
+minimal CDN for full system testing.
+
+For now,  only `traffic_ops` is implemented.  Other components will follow as well
+as details on specific parts of the implementation.. 
+
+To start it, install `docker-ce` and `docker-compose` and simply:
+
+    cd infrastructure/cdn-in-a-box/traffic_ops
+    docker-compose up --build
+
+

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