You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2011/05/06 03:28:59 UTC

svn commit: r1100018 - in /trafficserver/traffic/trunk: README STATUS

Author: zwoop
Date: Fri May  6 01:28:59 2011
New Revision: 1100018

URL: http://svn.apache.org/viewvc?rev=1100018&view=rev
Log:
Updated STATUS and README for latest releases

Modified:
    trafficserver/traffic/trunk/README
    trafficserver/traffic/trunk/STATUS

Modified: trafficserver/traffic/trunk/README
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/README?rev=1100018&r1=1100017&r2=1100018&view=diff
==============================================================================
--- trafficserver/traffic/trunk/README (original)
+++ trafficserver/traffic/trunk/README Fri May  6 01:28:59 2011
@@ -32,10 +32,11 @@ plugins to build large scale web applica
   |-- configure.ac ....... autoconf configuration
   `-- Makefile.am ........ top level automake configuration
 
+
 2. REQUIREMENTS
     This section outlines different OS distributions
 
-  Fedora 11,12:
+  Fedora 11,12, 13, 14, 15:
     autoconf
     automake
     libtool
@@ -67,7 +68,7 @@ plugins to build large scale web applica
     db4-devel
     pcre
 
-  Ubuntu 8.04,8.10,9.10:
+  Ubuntu 8.* ,9.*, 10.*, 11.*:
     autoconf 
     automake
     libtool 
@@ -126,7 +127,28 @@ plugins to build large scale web applica
     pcre
 
 
-3. BUILDING FROM SVN REPO
+3. Building from distribution
+
+You can download the latest source code from the official Apache Traffic
+Server site:
+
+       http://trafficserver.apache.org/downloads.html
+
+(or via the URL shortener: http://s.apache.org/uG). Once downloaded,
+follow the instructions:
+
+   tar xf trafficserver-2.1.8-unstable.tar.bz2
+   cd trafficserver-2.1.8-unstable
+  ./configure            # configure the build environment to create Makfiles
+  make                   # execute the compile
+
+This will build with a destination prefix of /usr/local. You can finish
+the installation with
+
+  sudo make install
+
+
+4. BUILDING FROM SVN REPO
 
   mkdir -p ~/dev         # make yourself a development dir
   cd ~/dev               # enter your development dir
@@ -136,7 +158,7 @@ plugins to build large scale web applica
   ./configure            # configure the build environment to create Makfiles
   make                   # execute the compile
 
-3b. Instructions for building on EC2
+4b. Instructions for building on EC2
     NOTE: Alternately you may use the scripts under 'contrib' which will 
           automate the install for trafficserver under EC2 which is 
           HIGHLY RECOMMENDED. See 'README-EC2' for further details.
@@ -160,7 +182,7 @@ plugins to build large scale web applica
    make
 
 
-4. INSTALLATION
+5. INSTALLATION
 
   DEFAULT DIR                        CONTENTS
   /usr/local/var/log/trafficserver   log files created at runtime
@@ -169,7 +191,8 @@ plugins to build large scale web applica
   /usr/local/bin                     executable binaries
   /usr/local/libexec/trafficserver   plugins
 
-5. CRYPTO NOTICE
+
+6. CRYPTO NOTICE
 
   This distribution includes cryptographic software.  The country in
   which you currently reside may have restrictions on the import,
@@ -196,7 +219,8 @@ plugins to build large scale web applica
     The functionality of OpenSSL <http://www.openssl.org/> is
     utilized in parts of the software.
 
-6. ADDITIONAL INFO
+
+7. ADDITIONAL INFO
 
   Web page: http://trafficserver.apache.org/
   Wiki: http://cwiki.apache.org/confluence/display/TS/

Modified: trafficserver/traffic/trunk/STATUS
URL: http://svn.apache.org/viewvc/trafficserver/traffic/trunk/STATUS?rev=1100018&r1=1100017&r2=1100018&view=diff
==============================================================================
--- trafficserver/traffic/trunk/STATUS (original)
+++ trafficserver/traffic/trunk/STATUS Fri May  6 01:28:59 2011
@@ -38,7 +38,7 @@ RELEASE SHOWSTOPPERS:
 
 A list of all bugs scheduled for the next release can be found at
 
-  http://s.apache.org/ts-2.1.8
+  http://s.apache.org/ts-2.1.9
 
 
 RELEASE PROCESS