Skip to content

How to generate the riak.conf docs

Luc Perkins edited this page Feb 26, 2014 · 2 revisions

Clone the Riak Enterprise repo:

git clone https://github.com/basho/riak_ee
cd riak_ee

Switch to the special branch:

git checkout lp/special-docs-branch

Generate:

./rebar generate_docs

This will spit out a riak-conf-table.html file in the /rel directory.

Clone this wiki locally