Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Install forrest - The 0.9 tar.gz version from the archive is confirmed to be working for our build.
  • Checkout site documentation: svn co https://svn.apache.org/repos/asf/incubator/hcatalog/site/Image Removed
  • Edit files in author/src/documentation/content/xdocs. See http://forrest.apache.org/ for documentation.
  • Build the site: ant -Dforrest.home=<forresthome> where forresthome is the directory you installed forrest in.
  • Inspect what's in build/site with your browser
  • Once you are happy with the outcome, commit your changes. svnpubsub will update the public website immediately, so only commit when you are ready to publish the public site.
    Code Block
            svn add ...
            svn commit -m "blah blah"