Skip to content

Instantly share code, notes, and snippets.

@savelee
Created July 26, 2015 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save savelee/0e7023e53049bafd597d to your computer and use it in GitHub Desktop.
Save savelee/0e7023e53049bafd597d to your computer and use it in GitHub Desktop.
MongoDb Digital Ocean
https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-14-04
//Check if mongo is running
service mongod status
//You can also stop, start, and restart MongoDB using the service command (e.g. service mongod stop, server mongod start).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment