Versions Compared

Key

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

Apache Bookkeeper uses the Apache CMS system to generate our website and documentation.

To get CMS and the zookeeper bookkeeper source, run the following:

...

Code Block
/tmp/output$ python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
...
...

Making modifications

Modifications to the site doesn't require a JIRA, though if it is a large modification you should create one. When you make a modification to the bookkeeper site and submit it through subversion, they will be automatically built.

The cms system will put the modifications in staging; http://bookeeperbookkeeper.staging.apache.org.

You'll need the CMS bookmarklet to publish the site. See the CMS documentation for details.

Generating documentation for release

When making a release, you need to generate the version's documentation and then copy it into bookkeeper-site/content/docs. To do this:

...