fcoury / futon4mongo forked from sbellity/futon4mongo

A port of CouchDB's Futon web interface to MongoDB

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README.rdoc
directory _utils/
file config.ru
directory log/
file serve
file service.rb
README.rdoc

Introduction

futon4mongo is a small Sinatra app that partially replicates CouchDB’s REST interface on top of MongoDB… Making CouchDB’s Futon web interface compatible with our beloved MongoDB (yeah !).

Installation

Requirements

  • Ruby (tested with ruby 1.8.6 on MacOS Leopard / Snow Leopard & Ubuntu 9.04)
  • Gems : sinatra, yajl-ruby, mongodb-mongo, mongodb-mongo_ext

To install those gems :

    $ gem sources -a http://gems.github.com
    $ sudo gem install sinatra yajl-ruby mongodb-mongo mongodb-mongo_ext

Installation

    $ git clone git://github.com/sbellity/futon4mongo.git
    $ cd futon4mongo
    $ ./serve [mongodb_host] [mongodb_port]

Go to localhost:4567/_utils/index.html