Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Install forrest
  • Checkout site documentation: svn co https://svn.apache.org/repos/asf/pig/site/
  • Edit files in author/src/documentation/content/xdocs. See http://forrest.apache.org/ for documentation.
  • Build the site:
    • cd author
    • forrest
  • Inspect what's in build/site with your browser
  • Once you are happy with the outcome, commit your changes:
    • cp -pr build/site/* ../publish
    • cd ..
    • svn stat
    • svn add ...
    • svn commit -m "blah blah"
  • The website should reflect the change in minutes (svnsubpub svnpubsub does the magic), check the website to make sure everything looks good.