This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
rmongo /
| name | age | message | |
|---|---|---|---|
| |
README | Wed Jul 30 21:19:54 -0700 2008 | |
| |
lib/ | Sun Aug 24 22:41:29 -0700 2008 | |
| |
old/ | Sat Aug 23 17:42:13 -0700 2008 | |
| |
rmongo.todo | Fri Aug 01 15:38:40 -0700 2008 | |
| |
server.rb | Wed Jul 30 02:56:26 -0700 2008 |
README
Simple Ruby/EventMachine driver for 10gen's object database Mongo
(c) 2008 Aman Gupta (tmm1)
To run mongo (on OSX):
git clone git://github.com/10gen/mongo
cd mongo/db
sudo port install boost pcre++
for i in system thread filesystem; do
sudo ln -s /opt/local/lib/libboost_${i}-mt.dylib /opt/local/lib/libboost_${i}.dylib
done
make clean
make CFLAGS="-I/opt/local/include -L/opt/local/lib -lboost_system"
mkdir /tmp/data
./db --nojni --dbpath /tmp/data







