Skip to content

Instantly share code, notes, and snippets.

@ozooxo
Created January 16, 2015 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozooxo/edc9f92d1a737b2aa507 to your computer and use it in GitHub Desktop.
Save ozooxo/edc9f92d1a737b2aa507 to your computer and use it in GitHub Desktop.
Start/Stop Riak
# There seems a Erlang build in in this package. To actually run Erlang environment,
# you need to ``sudo apt-get install erlang`` and ``erl`` but that's a too old version.
beta@landslide:~$ curl https://packagecloud.io/install/repositories/basho/riak/script.deb | sudo bash
beta@landslide:~$ sudo apt-get install riak=2.0.0-1
beta@landslide:~$ sudo -s
root@landslide:~# ulimit -n 65536
root@landslide:~# riak start
root@landslide:~# riak stop
ok
root@landslide:~# exit
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment