Horje
install mongodb in mac Code Example
install mongodb in mac
// updated 2021
$ brew tap mongodb/brew
$ brew install mongodb-community@4.4
brew services start mongodb
//Starts Mongdb server @ mongodb://127.0.0.1:27017/
brew services start mongodb-community@4.2

//Stops Mongdb server @ mongodb://127.0.0.1:27017/
brew services stop mongodb-community@4.2

//mongo
mongo - starts the mongo client


install mongodb mac
Install brew using the -- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\
brew tap mongodb/brew
brew install mongodb-community@5.0
install mongodb on mac
brew services start mongodb-community@4.2
#Step 3 to run as a service
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
install mongodb in mac
brew tap mongodb/brew
brew install mongodb-community@[version number]




Shell

Related
convert to uppercase command awk Code Example convert to uppercase command awk Code Example
pnpm Code Example pnpm Code Example
pnpm installation Code Example pnpm installation Code Example
ubuntu delete from ssh known hosts Code Example ubuntu delete from ssh known hosts Code Example
fix shortcut virus cmd Code Example fix shortcut virus cmd Code Example

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