Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move readme to markdown
  • Loading branch information
Cliff Moon committed Jan 1, 2009
1 parent 48292ff commit 302bafd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README

This file was deleted.

12 changes: 12 additions & 0 deletions README.markdown
@@ -0,0 +1,12 @@
This is dynomite. It is a clone of the amazon dynamo key value store written in Erlang.

http://www.allthingsdistributed.com/2007/10/amazons_dynamo.html

To use:

git clone git://github.com/cliffmoon/dynomite.git
cd dynomite
git submodule init
git submodule update
rake
./bin/dynomite start -m ~/some/data/dir -n 1 -r 1 -w 1

0 comments on commit 302bafd

Please sign in to comment.