Horje
how to brew install mongodb Code Example
how to brew install mongodb
#Step 1
$ brew tap mongodb/brew

#Step 2 to install latest community version
$ brew install mongodb-community
Source: github.com
brew mongo start
brew services start mongodb-community@4.4
mongodb installation on mac
//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start mongodb-community@4.2
mongod --config /usr/local/etc/mongod.conf --fork
ps aux | grep -v grep | grep mongod
mongo




Shell

Related
spotify download ubuntu Code Example spotify download ubuntu Code Example
telnet install on mac Code Example telnet install on mac Code Example
stop task on port Code Example stop task on port Code Example
kill local host bash Code Example kill local host bash Code Example
ports unavailable 9000 windows Code Example ports unavailable 9000 windows Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
14