You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/02/09 23:18:13 UTC

svn commit: r1242558 - /trafficserver/site/trunk/README

Author: igalic
Date: Thu Feb  9 22:18:12 2012
New Revision: 1242558

URL: http://svn.apache.org/viewvc?rev=1242558&view=rev
Log:
Adding some instructions.

Added:
    trafficserver/site/trunk/README

Added: trafficserver/site/trunk/README
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/README?rev=1242558&view=auto
==============================================================================
--- trafficserver/site/trunk/README (added)
+++ trafficserver/site/trunk/README Thu Feb  9 22:18:12 2012
@@ -0,0 +1,40 @@
+
+ Building the Site
+ =================
+
+Prerequisite to building the site is to have the CMS checked out and to
+have all the appropriate CPAN modules installed.
+We provide two scripts: install-ubuntu.sh and install-fedora.sh from
+these you could derive which packages are necessary for *your* platform.
+
+    $ sudo ./install-fedora.sh
+
+The next step is to checkout the CMS system itself.
+
+    $ cd ..
+	$ svn co https://svn.apache.org/repos/infra/websites/cms
+	$ cd -
+
+You can now attempt to build the site:
+
+    $ ./build.sh
+
+
+ Publishing the Site
+ ===================
+
+In order to publish the site, we recommand, for convinience to symlink
+the publishing script into this checkout's working copy:
+
+    $ ln -s ../cms/webgui/publish.pl
+
+Then publish the site by executing the script with trafficserver and
+your Apache ID as parameters, e.g.:
+
+    $ ./publish.sh trafficserver igalic
+
+You will be prompted for your password. After that the script shows
+a diff between staging HTML and the current live content. You can
+write a witty commit message, and send it off.
+Thanks to SvnPubSub it will automatically replicate on both mirrors.
+