You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by bu...@apache.org on 2012/03/08 21:21:18 UTC

svn commit: r807900 - in /websites/staging/lucene/trunk/content: ./ site-instructions.html

Author: buildbot
Date: Thu Mar  8 20:21:17 2012
New Revision: 807900

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/site-instructions.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Mar  8 20:21:17 2012
@@ -1 +1 @@
-1298557
+1298559

Modified: websites/staging/lucene/trunk/content/site-instructions.html
==============================================================================
--- websites/staging/lucene/trunk/content/site-instructions.html (original)
+++ websites/staging/lucene/trunk/content/site-instructions.html Thu Mar  8 20:21:17 2012
@@ -198,10 +198,12 @@
 <p>To get started, take the following steps from the command line:</p>
 <ul>
 <li>svn co https://svn.apache.org/repos/asf/lucene/cms/trunk cms/trunk</li>
-<li>svn co https://svn.apache.org/repos/infra/websites/cms/build if you wish to build and test locally</li>
+<li>svn co https://svn.apache.org/repos/infra/websites/cms/build if you wish to build and test locally<ul>
 <li><a href="http://www.apache.org/dev/cmsref.html#local-build">http://www.apache.org/dev/cmsref.html#local-build</a> for details on building locally.  If you are on a mac, you may need some perl dependencies installed.</li>
 <li>cd asf-cms</li>
 <li>./build_site.pl --target-base=<path to output on local HTTPd server, I use ~/Sites> --source=../trunk/</li>
+</ul>
+</li>
 <li>Edit the files in cms/trunk/content and cms/trunk/templates as you see fit.  When you are satisfied, svn commit.</li>
 <li>Browse to the <a href="http://lucene.staging.apache.org/">staging site</a> to see them live (it may take a few seconds to build).</li>
 </ul>