Skip to content

Instantly share code, notes, and snippets.

@dydx
Created December 2, 2014 22: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 dydx/17555f02c157ca6f76bb to your computer and use it in GitHub Desktop.
Save dydx/17555f02c157ca6f76bb to your computer and use it in GitHub Desktop.
management scripts for MongoDB on ChromeOS
#!/bin/bash
echo "Terminating mongodb..."
kill $(pgrep mongod)
#!/bin/bash
mongod --fork --dbpath /usr/local/share/mongo/db --logpath /usr/local/share/mongo/logs/mongodb.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment