You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2010/11/13 13:21:23 UTC

svn commit: r1034745 - /incubator/lcf/trunk/site/README.txt

Author: kwright
Date: Sat Nov 13 12:21:23 2010
New Revision: 1034745

URL: http://svn.apache.org/viewvc?rev=1034745&view=rev
Log:
Update build instructions

Modified:
    incubator/lcf/trunk/site/README.txt

Modified: incubator/lcf/trunk/site/README.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/site/README.txt?rev=1034745&r1=1034744&r2=1034745&view=diff
==============================================================================
--- incubator/lcf/trunk/site/README.txt (original)
+++ incubator/lcf/trunk/site/README.txt Sat Nov 13 12:21:23 2010
@@ -1,12 +1,16 @@
-This directory contains the Apache Connectors Framework web site.
+This directory contains the ManifoldCF web site.
 To update the site, do the following:
 
     1. Modify the site sources in ./src
 
-    2. Run forrest to generate the site in ./publish
+    2. Run "forrest site" to generate the site in ./build
 
-    3. Review and commit all the changes from the above steps
+    3. Run "forrest run" to review the built site
+    
+    4. Commit the changes
+    
+    5. For externally-viewable site publishing, copy build/site to https://svn.apache.org/repos/asf/incubator/lcf/site/publish, and commit
 
-    4. Run "umask 002; svn up /www/incubator.apache.org/lcf"
+    6. Run "umask 002; svn up /www/incubator.apache.org/lcf"
        on people.apache.org (you'll need incubator karma for this)