- Download a branch of Riak that contains RJ dependencies in
rebar.config
, and startup changes inreltool.config
- Run
make relclean && make rel
- Start Riak
- Least manual commands and configuration
- Requires full build of fresh Riak to get started
- Download RiakJson
- Run
./bin/make_riak.sh
which does the following - Downloads a specific tag of Riak
- Applies changes to
rebar.config
andreltool.config
- Runs
make rel
on Riak - Start Riak
- Doesn't Require a branch of Riak (can use any exisiting 2.0+ tag)
- Requires full build of fresh Riak to get started
- Requires a script or multiple install steps
- Download and build riak_json_http + riak_json_wire, or maybe a bridge project which includes both of them
- Download any version of Riak 2.0+ and build it (we can suggest a tag)
- Add a
-pa </path/to/riak_json_http/ebin> </path/to/riak_json_http/ebin>
to riak.conf / vm.args - Add a
-s riak_json_http riak_json_wire
to riak.conf / vm.args - Start Riak
- Will work with an existing installation of Riak
- Requires manual building of RiakJson instead of Riak
- Requires manual or scripted config changes to Riak + awareness of where the RiakJson code paths are locally