Forked from dineshsprabu/start_monogd_in_ubuntu_server.sh
Created
November 11, 2016 10:38
-
-
Save hoanbka/fee557b31698ffb6746af09c32b364db to your computer and use it in GitHub Desktop.
[Mongodb] Starting MongoDB as a service with wiredTiger, default DBPath and LogPath
This file contains hidden or 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
sudo mongod --dbpath="/var/lib/mongodb" --fork --logpath /var/log/mongodb.log --storageEngine "wiredTiger" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment