Skip to content

Instantly share code, notes, and snippets.

@portokallidis
Last active August 30, 2016 16:21
Show Gist options
  • Save portokallidis/657e4a725a0163986ff01e5a39fb9565 to your computer and use it in GitHub Desktop.
Save portokallidis/657e4a725a0163986ff01e5a39fb9565 to your computer and use it in GitHub Desktop.
#C9 mongodb
sudo apt-get install -y mongodb-org && mkdir local_mongodb_data && echo 'mongod --bind_ip=$IP --dbpath=local_mongodb_data --nojournal --rest "$@"' > run_mongo && chmod a+x run_mongo && ./run_mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment