Created
March 9, 2015 07:41
-
-
Save tdwesten/23546fbda0e3bfea9f1e to your computer and use it in GitHub Desktop.
Pi Commands
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
| // Start MongoDB | |
| sudo /etc/init.d/mongod start | |
| // Stop MongoDB | |
| sudo /etc/init.d/mongod stop | |
| // Start Naught node worker | |
| naught start --worker-count 1 server.js | |
| // Stop Naught node worker | |
| naught stop --timeout 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment