Versions Compared

Key

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

...

For more info on documentation build, see Modifying Documents.

To publish the website:

  1. Fetch changes to be published from the Trafodion master branch (git fetch --all; git checkout apache/master).
  2. Build Trafodion site (source env.sh; mvn post-site).
  3. If there are documentation changes to prior releases, check out those release branch(es) and re-build the affected docs (git checkout apache/releaseX.Y; source env.sh; cd docs/... ; mvn post-site).
  4. git clone https://ApacheUserName@git-wip-us.apache.org/repos/asf/incubator-trafodion-site.git
  5. Checkout asf-site branch (cd incubator-trafodion-site; git checkout -b asf-site origin/asf-site).
  6. Copy content of trafodion build into the incubator-trafodion-site directory (cp -R trafodion/docs/target/*   incubator-trafodion-site/)
  7. Commit changes (git add --all ; git commit).
  8. Push them back to the apache origin repository to the asf-site branch (git push origin HEAD:asf-site).
  9. Check that the website is refreshed.

...