APACHE TRAFFIC SERVER INSTALLATION

 Quick Start - Unix
  -----------------

  For complete installation documentation, see the on-line documentation at

        http://trafficserver.apache.org/docs.html

  Configure & Build:
    Source (SVN)
      $ autoreconf -i  # generate the configure script and Makefile.in files

    On Linux, OSX and FreeBSD:
      $ ./configure [--prefix=PREFIX]
      $ make

    On OpenSolaris:
      $ ./configure [--prefix=PREFIX] CC=/usr/bin/gcc-4.3.2 CXX=/usr/bin/g++-4.3.2
      $ make

  Next set the cluster interface in 'records.config'
    On Linux: e.g
      CONFIG proxy.config.cluster.ethernet_interface STRING eth0
    On OSX: e.g
      CONFIG proxy.config.cluster.ethernet_interface STRING en0
    on FreeBSD: e.g.
      CONFIG proxy.config.cluster.ethernet_interface STRING em0
    On OpenSolaris e.g.
      CONFIG proxy.config.cluster.ethernet_interface STRING e1000g0

  To install:
    $ sudo make install

  To start Traffic Server process stack (TC, TM, TS):
    On Linux:
      $ sudo PREFIX/bin/trafficserver start

    On FreeBSD, OSX and OpenSolaris:
      $ sudo PREFIX/bin/traffic_cop

  NOTES: * Replace PREFIX with the filesystem path under which
           Traffic Server should be installed.  Default PREFIX
           is "/usr/local" (without the quotes).

         * If you want to build using different layout see the config.layout
           file for possible alternatives. You can create your own layout and
           enable it with ./configure --enable-layout=ID, where ID is the
           layout name you have created.

         * The easiest way to find all of the configuration flags
           for Traffic Server is to run ./configure --help.

         * To build the examples in example directory use
           $ make examples
           To installl the examples inside current layout libexecdir
           use the
           $ sudo make install-examples

  Postscript
  ----------

  The Apache Traffic Server group cannot field user's installation questions.
  There are many valuable forums to help you get started.  Please refer your
  questions to the appropriate forum, such as the Users Mailing List at

      http://cwiki.apache.org/confluence/display/TS/Traffic+Server

  Thanks for using the Apache Traffic Server, version 2.1.

                                     The Apache Software Foundation
                                     http://www.apache.org/
