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 2017/06/14 16:23:40 UTC

[4/5] incubator-trafficcontrol git commit: build instructions moved to doc

build instructions moved to doc


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

Branch: refs/heads/master
Commit: a431b5d88950f6f9b85f0dd70516ac92f1d9fe6e
Parents: fd44a78
Author: Dan Kirkwood <da...@gmail.com>
Authored: Tue Jun 13 16:02:21 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Wed Jun 14 10:23:27 2017 -0600

----------------------------------------------------------------------
 BUILD.md | 41 ++---------------------------------------
 1 file changed, 2 insertions(+), 39 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/a431b5d8/BUILD.md
----------------------------------------------------------------------
diff --git a/BUILD.md b/BUILD.md
index 000d25a..0ef5eae 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,40 +1,3 @@
-# Building Traffic Control Components
 
-## Build using docker-compose
-
-This is the easiest way to build all the components of Traffic Control; all requirements
-are automatically loaded into the image used to build each component.
-
-### Requirements
-- `docker` (https://docs.docker.com/engine/installation/)
-- `docker-compose` (https://docs.docker.com/compose/install/) (optional, but recommended)
-
-If `docker-compose` is not available, the `pkg` script will automatically download
-and run it in a container. This is noticeably slower than running it natively.
-
-### Steps
-
-From the top level of the incubator-trafficcontrol directory.  The source in
-the current directory is used for the process.   One or more components (with
-\_build suffix added) can be added on the command line.
-
-This is all run automatically by the `pkg` script at the root of the repository.
-
-    $ ./pkg -?
-    Usage: ./pkg [options] [projects]
-        -q      Quiet mode. Supresses output.
-        -v      Verbose mode. Lists all build output.
-        -l      List available projects.
-
-        If no projects are listed, all projects will be packaged.
-        Valid projects:
-                - traffic_portal_build
-                - traffic_router_build
-                - traffic_monitor_build
-                - source
-                - traffic_ops_build
-                - traffic_stats_build
-
-If no component names are provided on the command line, all components will be built.
-
-All rpms are copied to `dist` at the top level of the `incubator-trafficcontrol` directory.
+See the build instructions at ./docs/source/development/building.rst or at
+http://trafficcontrol.incubator.apache.org/docs/latest/development/building.html