Skip to content

Commit

Permalink
made proper changes changes to README file
Browse files Browse the repository at this point in the history
includes new install information and author
references
  • Loading branch information
videlalvaro committed Mar 13, 2010
1 parent bdd782e commit c488a70
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Expand Up @@ -6,17 +6,27 @@ Installing

You need :

- the [erldis binaries](http://github.com/cstar/erldis/tree/binaries) branch available in your Riak installation.
- [credis](http://code.google.com/p/credis/). compile (`make`)

- [erlang_credis](http://github.com/videlalvaro/erlang_credis). compile (`make`)

You have to specify the path to your credis installation.

- [Redis](http://code.google.com/p/redis/) (Any version will do).

- [Riak](http://riak.basho.com/)

- compile (`erlc riak_redis_backend.erl`) and copy the beam file in your riak installation.
- compile (`erlc riak_redis_backend.erl`)

Configure riak :

`{storage_backend, riak_dets_backend}` in the `etc/app.config`
In `etc/app.config` change the option storage_backend to:

`{storage_backend, riak_redis_backend}`

And add the paths to the driver and the backedn so riak can find them:

'{add_paths, ["/path/to/riak_redis_backend", "/path/to/erlang_credis/ebin"]}'

For the time being, Redis must run locally. I will certainly add the line to configure the redis host and port.

Expand All @@ -39,3 +49,10 @@ Eric Cestari
[http://www.cestari.info/](http://www.cestari.info/)

ecestari+riak-backend@mac.com


Port to CREDIS Driver
---------------------
Alvaro Videla

[http://obvioushints.blogspot.com/](http://obvioushints.blogspot.com/)

0 comments on commit c488a70

Please sign in to comment.