Last active
August 30, 2016 16:21
-
-
Save portokallidis/657e4a725a0163986ff01e5a39fb9565 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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