5
Q:

install mongodb on mac

//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start [email protected]
mongod --config /usr/local/etc/mongod.conf --fork
ps aux | grep -v grep | grep mongod
mongo
2
brew tap mongodb/brew
#step 1
2
brew services start [email protected]
#Step 3 to run as a service
3
//be sure you have GNU's GCC:
brew install gcc
-1

New to Communities?

Join the community