-
Notifications
You must be signed in to change notification settings - Fork 0
Elliptics setup tutorial
vasaka edited this page Mar 20, 2015
·
14 revisions
This tutorial is intended to provide updated info on how to set up elliptics.
Tutorial assumes that you work on ubuntu 14.04, if you want use different distribution the only difference is package setup, which would be painful probably.
Elliptics is distributed key-value storage, for detailed overview please visit http://reverbrain.com/elliptics/
Add reverbrain repositories to your sources list /etc/apt/sources.list by appending following lines
deb http://repo.reverbrain.com/trusty/ current/amd64/
deb http://repo.reverbrain.com/trusty/ current/all/
Add reverbrain key to recognize package signatures.
curl http://repo.reverbrain.com/REVERBRAIN.GPG | apt-key add -run
apt-get updateand install elliptics
apt-get install ellipticsOr just run the script that does all this.