Skip to content

Elliptics setup tutorial

vasaka edited this page Mar 20, 2015 · 14 revisions

Introduction

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.

Overview

Elliptics is distributed key-value storage, for detailed overview please visit http://reverbrain.com/elliptics/

Preparing system (Ubuntu 14.04)

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 update

and install elliptics

apt-get install elliptics

Or just run the script that does all this.

Preparing system (Debian 7[TODO])

Clone this wiki locally