Have tried shoehorning this into a 1.0.2 . The github docs seem to assume you already know how to extend risk, and I don't.
Even without a t-shirt bribe :) am still curious what I'm missing here. https listener is up, but I don't have anything under /admin (and riak have got rebar to build the riak_control project, copied the built project into the lib/ folder within the riak installation ( riak-1.0.2:$ ls -d lib/r* lib/riak_control lib/riak_kv-1.0.2 lib/riak_search-1.0.2 lib/riakc-1.2.0 lib/riak_core-1.0.2 lib/riak_pipe-1.0.2 lib/riak_sysmon-1.0.0 lib/runtime_tools-1.8.5 riak-1.0.2:$ ) and added a block to my app.config (between the riak_core and riak_kv config blocks, see below) but the module isn't loading up after I stop/start the node: riak-1.0.2:$ ./bin/riak-admin status | grep riak_control is there an extra step? ... ... {platform_log_dir, "./log"} ]}, %% riak control bit {riak_control, [ {enabled, true}, {auth, none}, {admin, true} ]}, %% Riak KV config {riak_kv, [ %% Storage_ ... ... _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com