dancroak (owner)
Revisions
-






b8a13a
dancroak
Sat Oct 31 13:12:53 -0700 2009
-






d2fdae
dancroak
Sat Oct 31 13:12:08 -0700 2009
-






1742f8
dancroak
Sat Oct 31 13:09:52 -0700 2009
-






1c3a84
dancroak
Sat Oct 31 13:09:37 -0700 2009
-






9dec0b
dancroak
Sat Oct 31 13:08:41 -0700 2009
-






fbdc33
dancroak
Sat Oct 31 13:07:22 -0700 2009
-






dfa1bf
dancroak
Sat Oct 31 13:07:14 -0700 2009
This gist 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 given this private URL.
Every gist with this icon (
) is private.
Every gist with this icon (
This gist is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
download and un-tar
create db directory
mkdir -p /data/db
export mongo bin directory
export MONGO_BIN="/Users/lawless/Downloads/mongodb-osx-x86_64-1.0.1/bin"
export PATH="$PATH:$MONGO_BIN"
run mongo whenever you need to
mongod run
install the mongo gem from gemcutter
sudo gem install mongo


