Created
September 2, 2014 22:00
-
-
Save nicksnell/62dcb80d6dcb716c7800 to your computer and use it in GitHub Desktop.
start script for mongo on webfaction
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
| #!/bin/sh | |
| PREFIX=$HOME/webapps/mongo_db | |
| $PREFIX/mongodb-linux-x86_64-2.6.3/bin/mongod --auth --dbpath $PREFIX/data/ --port <some port> --fork --logpath=$HOME/logs/user/mongod.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment