MasterOfTheBus / Crescendo

A website to track piano progress
0 stars 0 forks source link

Install MongoDB #1

Closed MasterOfTheBus closed 7 years ago

MasterOfTheBus commented 7 years ago

Do separately

MasterOfTheBus commented 7 years ago

i think i did it. using ubuntu on windows, so i'm using sudo service mongodb start to start mongodb instead of sudo service mongod start as per the documentation. we should probably push Charles' version of the "hello world" in and i should get a better linux environment

chubchubcharles commented 7 years ago

I installed this but I think this is the lazy way and it's probably not correct, so I'm still trying to get through to installing MongoDB for now....

UPDATE(01/21): I decided not to go through with Mean.io and installed each individually. I verified the MongoDB installation with this HackHands tutorial. I could run mongod on one terminal to spin up the server, then mongo for the MongoDB shell on another terminal to connect to the mongod server and interact on the CLI.