Skip to content

Commit

Permalink
More links in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cstar committed Dec 27, 2009
1 parent ae5761b commit f9b64f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -8,15 +8,17 @@ You need :

- the [erldis binaries](http://github.com/cstar/erldis/tree/binaries) branch available in your Riak installation.

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

- compile (`erlc riak_redis_backend.erl`) and copy the beam file in your riak installation.
- [Riak](http://riak.basho.com/)

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

Configure riak :

`{storage_backend, riak_dets_backend}` in the `etc/app.config`

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

Other files
-----------
Expand Down

0 comments on commit f9b64f0

Please sign in to comment.