Dear Wiki user, You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.
The "Website_Update_HOWTO" page has been changed by AlexMc. http://wiki.apache.org/nutch/Website_Update_HOWTO?action=diff&rev1=7&rev2=8 -------------------------------------------------- 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. 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. If you aren't a committer for this project, you now need to follow the instructions in HowToContribute to get your changes applied to the site. You'll specifically want to read the sections on "Creating a patch" and "Proposing your work". If you are a committer, it's time to deploy the site. @@ -23, +23 @@ 1. {{{svn update}}} 1. Wait a few hours. The website is synchronized from people.apache.org. + + == Skins Note == + + If you take a fresh copy of the website source from svn you will see several warnings as files are not found. + + Currently (Jun 2010) the website is still branded with Lucene. Forrest is configured to use the lucene skin. Unfortunately some of the images are missing from svn. You can get those images from lucene itself - or add them to svn if you have permission. It should be our intention to create a new Nutch skin by copying and modifying the old lucene skin. https://issues.apache.org/jira/browse/NUTCH-833 + == Java 1.6 Note == - If you get an error in Forrest and you are using Java 1.6 check to see if it is [[https://issues.apache.org/jira/browse/FOR-984|this]] problem. + If you get a fatal error in Forrest and you are using Java 1.6 check to see if it is [[https://issues.apache.org/jira/browse/FOR-984|this]] problem. Basically you need to upgrade to 0.9-dev and not use the released 0.8 version.

