You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2004/09/30 13:56:37 UTC

svn commit: rev 47576 - incubator/lenya/trunk/src/documentation/content/xdocs/community

Author: thorsten
Date: Thu Sep 30 04:56:36 2004
New Revision: 47576

Modified:
   incubator/lenya/trunk/src/documentation/content/xdocs/community/website-update.xml
Log:
update docu about howto update our website

Modified: incubator/lenya/trunk/src/documentation/content/xdocs/community/website-update.xml
==============================================================================
--- incubator/lenya/trunk/src/documentation/content/xdocs/community/website-update.xml	(original)
+++ incubator/lenya/trunk/src/documentation/content/xdocs/community/website-update.xml	Thu Sep 30 04:56:36 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: website-update.xml,v 1.2 2004/07/30 22:50:28 thorsten Exp $ -->
+<!-- $Id$ -->
 
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
 
@@ -29,17 +29,22 @@
 <section><title>Updating the Lenya website</title>
 <ul>
   <li>For further information see the Wiki page <link href="ext:wiki.CocoonWebsiteUpdate">CocoonWebsiteUpdate</link></li>
-  <li>Checkout the <code>cocoon-site</code> module from <code>cvs.apache.org</code></li>
+  <li>Checkout the <code>cocoon-site</code> module from <code>svn.apache.org</code></li>
+  <li>You can do that by using <code>svn co https://svn.apache.org/repos/asf/cocoon/site/site/lenya/ lenya-website</code></li>
   <li><link href="ext:forrest.build">Build Forrest</link></li>
   <li><code>cd $LENYA_HOME</code></li>
   <li><code>forrest</code></li>
   <li>Copy the pages from <code>$LENYA_HOME/build/site</code> to <code>cocoon-site/site/lenya</code></li>
   <li>Create and copy the Javadoc (<code>ant javadocs</code>, <code>ant install</code>, Copy from <code>$TOMCAT_HOME/webapps/lenya/lenya/pubs/docs-new/resources/html/apidocs</code> to <code>cocoon-site/site/lenya</code>)</li>
   <li>Add, remove, commit to <code>cocoon-site</code></li>
+</ul>
+<p>There is a cron job on minotaur which will do 'svn update'
+every 12 hours (see ~thorsten/bin/mycrontab).
+<br/>
+If you want to do it manually then ...</p>
+<ul>
   <li>Login to <code>minotaur.apache.org</code></li>
-  <li><code>minotaur@apache.org &gt; umask 0002</code></li>
-  <li><code>minotaur@apache.org &gt; cd /www/cocoon.apache.org/lenya</code></li>
-  <li><code>minotaur@apache.org &gt; cvs update -dP</code></li>
+  <li><code>minotaur@apache.org &gt; ~thorsten/bin/lenya-update.sh</code></li>
 </ul>
 </section>
   </body>

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org