jayrbolton / taskgarden

collaborative to-do list
2 stars 0 forks source link

set up mongodb #2

Open jayrbolton opened 9 years ago

jayrbolton commented 9 years ago

@yutakahoulette and me http://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/#install-mongodb-with-homebrew @jayrbolton http://docs.mongodb.org/manual/administration/install-on-linux/#install-on-linux

mrdougwright commented 9 years ago

Steps I took to get setup:

$ brew update  #this takes a while
$ brew install mongodb

Then create a /data directory and start the server:

$ mkdir data
$ mongod

With the server running, you can open a new terminal window and play with the new db: $ mongo

jayrbolton commented 9 years ago

Cool cool -- any good node-mongo interfaces out there? On May 25, 2015 8:57 AM, "Douglas" notifications@github.com wrote:

Steps I took to get setup:

$ brew update #this takes a while $ brew install mongodb

Then create a /data directory and start the server:

$ mkdir data $ mongod

With the server running, you can open a new terminal window and play with the new db: $ mongo

— Reply to this email directly or view it on GitHub https://github.com/jayrbolton/taskgarden/issues/2#issuecomment-105256384 .

mrdougwright commented 9 years ago

Idk...but also looking into Compose for heroku/mongo https://devcenter.heroku.com/articles/mongohq

jayrbolton commented 9 years ago

I'd like to use this app as an opportunity to learn Docker and more app sysadmin stuff either through ec2 or digital ocean, so I'll try and set that up some time and do a write-up on the deploy process

mrdougwright commented 9 years ago

Docker would be cool. Solomon Hykes! :+1: