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 JulienNioche. http://wiki.apache.org/nutch/Website_Update_HOWTO?action=diff&rev1=8&rev2=9 -------------------------------------------------- == How to modify the docs == - 1. Checkout nutch code. + 1. Checkout nutch site code (https://svn.apache.org/repos/asf/nutch/site) - 1. Go to {{{src/site}}}. It is the root of Nutch Website Forrest project. + 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 {{{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 {{{forrest/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. + 1. Modify files in {{{forrest/src}}} (mainly in {{{forrest/src/documentation/content/xdocs}}}). Run {{{forrest}}} in {{{forrest}}} 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. == 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. When you are finally happy with your changes copy files from {{{forrest/build/site}}} directory to {{{publish}}} and commit them to SVN. + 1. The modifications should be visible on the website within a few minutes. - 1. {{{ssh people.apache.org}}} - 1. {{{cd /www/lucene.apache.org/nutch}}} - 1. Before doing svn up make sure your umask is set to 002 (if you're using bash check that ~/.profile contains umask 002), this allows other committers to update the site too - 1. {{{svn update}}} - 1. Wait a few hours. The website is synchronized from people.apache.org. - == Skins Note ==

