You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/12/02 20:50:21 UTC

[Lucene-java Wiki] Update of "HowToUpdateTheWebsite" by GrantIngersoll

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The following page has been changed by GrantIngersoll:
http://wiki.apache.org/lucene-java/HowToUpdateTheWebsite

------------------------------------------------------------------------------
     1. Make your desired website changes to the source files in lucene/src/site/src and regenerate the site with forrest.
     1. Run "forrest run" and browse to http://localhost:8888 to review the changes. You should be able to modify the source documents and hit reload on your browser without rebuilding the site.
     1. When you are satisfied with your changes, regenerate the site with forrest by running "forrest site", (recursively) copy lucene/src/site/build/site/* to lucene/docs/, and commit changes to both lucene/src/site/src and lucene/docs (add any new files first, but exclude the build directory).
-    1. The site will automatically be deployed by the nightly.sh script running on lucene.zones.apache.org via Grant's crontab.
+    1. The site will automatically be copied from Hudson's build a script running in Grant's crontab on p.a.o.