You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ge...@apache.org on 2005/07/20 15:36:53 UTC

svn commit: r219898 - /incubator/jdo/site/HOWTO

Author: geirm
Date: Wed Jul 20 06:36:49 2005
New Revision: 219898

URL: http://svn.apache.org/viewcvs?rev=219898&view=rev
Log:
quick HOWTO

Added:
    incubator/jdo/site/HOWTO

Added: incubator/jdo/site/HOWTO
URL: http://svn.apache.org/viewcvs/incubator/jdo/site/HOWTO?rev=219898&view=auto
==============================================================================
--- incubator/jdo/site/HOWTO (added)
+++ incubator/jdo/site/HOWTO Wed Jul 20 06:36:49 2005
@@ -0,0 +1,37 @@
+HOWTO for JDO Site
+==================
+
+How to change the site content and generate ?
+---------------------------------------------
+
+1) Make your modifications to the source xml file in xdocs/
+2) Run the default ant target to generate new html
+
+    $ ant
+
+3) If errors, fix and repeat step 2
+
+4) If all ok - you can verify by looking at the site locally 
+   with your browser, do a svn commit to ensure that all changes
+   both .xml in the xdocs directory and the .html in the docs 
+   directory get committed.
+
+
+How do I deploy site to the internet?
+-------------------------------------
+
+1) Once all changes are committed to subversion, ssh into 
+   minotaur.apache.org
+
+2) cd /www/incubator.apache.org/jdo
+
+3) `cat UPDATE`
+
+That should bring all the changed content from SVN.  You must then 
+wait for up to 4 hours for the sync to take place to the real website
+
+
+
+
+
+