1. Clone the Ceph repository
2. Install the required tools
3. Build the documents
+4. Demo the documents (Optional)
Clone the Ceph Repository
-------------------------
There should be an ``html`` directory and a ``man`` directory containing documentation
in HTML and manpage formats respectively.
+
+
+Demo the Documents
+-------------------
+
+Once you build the documentation, as described above, you can demo the rendered documents
+by running ``serve-doc``::
+
+ cd ceph
+ admin/serve-doc
+
+This will serve the ``build-doc/output/html`` directory over port 8080 via
+Python's ``SimpleHTTPServer`` module.