basho / riak

Riak is a decentralized datastore from Basho Technologies.
http://docs.basho.com
Apache License 2.0
3.93k stars 534 forks source link

working relx (modulo cuttlefish) #966

Closed llelf closed 5 years ago

llelf commented 5 years ago

Just for playing with. Cuttlefish is disabled. Ref https://github.com/basho/riak/pull/965.

$ rebar3 release
$ cd _build/default/rel/riak
$ ./bin/riak start

$ ./bin/riak versions
Installed versions:
* v3.0.0    permanent

$ curl 127.0.0.1:10008/ping
OK

# configuration:
$ ls releases/v3.0.0/{sys.config,vm.args}
releases/v3.0.0/sys.config  releases/v3.0.0/vm.args
ThomasArts commented 5 years ago

Seems to be solved now in develop-3.0