You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2005/08/10 21:21:19 UTC

[Nutch Wiki] Update of "Website Update HOWTO" by PiotrKosiorowski

Dear Wiki user,

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

The following page has been changed by PiotrKosiorowski:
http://wiki.apache.org/nutch/Website_Update_HOWTO

New page:
= Website Update HOWTO =

''This page is prepared for Nutch committers. You need committer rights to modify Nutch Website.''

== What you need ==

[http://forrest.apache.org Apache Forrest] - Publishing framework used for Nutch Website maintenance. 

== How to modify the docs ==

	1. Checkout nutch code.
	1. Go to {{{src/site}}}. It is the root of Nutch Website Forrest project.
	1. Run {{{forrest}}} to build current version of documentation. If the build was successful it means Forrest was correctly installed and generated site is in {{{src/site/build/site}}} directory.
	1. Modify files in {{{src/site/src}}} (mainly in {{{src/site/src/documentation/content/xdocs}}}). Run {{{forrest}}} in {{{/src/site}}} and review the changes after build.

== How to deploy the site ==

	1. When you are finally happy with your changes copy files from {{{src/site/build/site}}} directory to {{{site}}} and commit them to SVN.
	1. {{{ssh people.apache.org}}}
	1. {{{cd /www/lucene.apache.org/nutch}}}
	1. {{{svn update}}}
	1. Wait a few hours.  The website is synchronized from people.apache.org.