Skip to content

Instantly share code, notes, and snippets.

@tsongas
Created February 11, 2015 17:29
Show Gist options
  • Save tsongas/f3bd7210ba2d554aaf57 to your computer and use it in GitHub Desktop.
Save tsongas/f3bd7210ba2d554aaf57 to your computer and use it in GitHub Desktop.
MongoDB
mkdir data
echo 'mongod --dbpath=data --nojournal --rest "$@"' > mongod
chmod a+x mongod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment