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 LewisJohnMcgibbney: http://wiki.apache.org/nutch/Website_Update_HOWTO?action=diff&rev1=10&rev2=11 1. Go to {{{forrest}}}. 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 {{{forrest/build/site}}} directory. If you get errors in validate-skins-stylesheets see http://forrest.apache.org/docs_0_90/faq.html#oldjing 1. Modify files in {{{forrest/src}}} (mainly in {{{forrest/src/documentation/content/xdocs}}}). Run {{{forrest}}} in {{{forrest}}} and review the changes after build. + + == reviewing changes to the site == + + Type '''forrest run''' in your project root to start Forrest's built-in Jetty web server. Once it has started, point your browser at http://localhost:8888/, which will show your website, rendered on demand as each link is followed. + + (Alternatively, if you wish to run Forrest from within an existing servlet container, type '''forrest webapp''' to build an open webapp in build/webapp/). You can now edit the XML content in build/webapp/content/xdocs and see the changes immediately in the browser. 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.

