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 2009/03/25 12:20:17 UTC

[Lucene-java Wiki] Update of "TopLevelProject" 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/TopLevelProject

New page:
= Lucene Top Level Project Page =

This page is for stuff related to the Lucene Top Level Project (i.e. the PMC and committers) since it isn't worth spending the time to setup a whole separate wiki page.


= Updating the Website =

('''NOTE:''' ''You need committer rights to modify the Lucene Website.'')

http://lucene.apache.org/.  To make changes here:

  1. {{{svn checkout https://svn.apache.org/repos/asf/lucene/site site}}}
  1. {{{cd site}}}
  1. Make your desired website changes to the source files in the subdirectory {{{src/documentation}}}
  1. Optionally, run {{{forrest run}}} and browse to {{{http://localhost:8888}}} to review the changes and iterate.  You should be able to modify the source documents and hit reload on your browser to see the changes.
  1. When you are satisfied with your changes, stop the forrest server and then regenerate the site by running {{{forrest site}}}
  1. Recursively copy {{{build/site/*}}} to {{{publish/*}}} by running {{{cp -r build/site/* publish}}}
  1. Verify your changes: svn status
  1. {{{svn commit}}} all changes (to the forrest sources and {{{publish/*}}})
  1. SSH to people.apache.org
  1. cd /www/lucene.apache.org
  1. svn up
  1. Wait for it to propagate