Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1014 Bytes

README.rdoc

File metadata and controls

39 lines (24 loc) · 1014 Bytes

Git Store

A key/value store based on Git.

Inspiration

“Gittin Down to the Plumbing” by Scott Chacon (video2010.scottishrubyconference.com/show_video/11/0)

Installation

The gem is available through Rubygems and can be installed via:

$ gem install git_store

Runtime dependencies

Getting started

Open a new Git Store:

$ mkdir my_store
$ cd my_store
$ git_store --port 4567
$ open http://localhost:4567

The Git Store will refuse to open if your current directory already contains a .git folder. But you can force the Git Store to reopen by passing the “–reopen” argument.

$ git_store –port 4567 –reopen

_why?

Build for whyday 2010 Explore the code if you like to learn something about git plumbing