Skip to content

Instantly share code, notes, and snippets.

@harendra21
Last active August 2, 2021 05:25
Show Gist options
  • Save harendra21/a85c51e7f552f1923ca84ecdfb693195 to your computer and use it in GitHub Desktop.
Save harendra21/a85c51e7f552f1923ca84ecdfb693195 to your computer and use it in GitHub Desktop.

sudo apt update && sudo apt install -y mongodb

// check status

sudo systemctl status mongodb

//start service

sudo systemctl start mongod

//stop service

sudo systemctl stop mongod or service mongodb stop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment