Skip to content

Instantly share code, notes, and snippets.

@tdwesten
Created March 9, 2015 07:41
Show Gist options
  • Select an option

  • Save tdwesten/23546fbda0e3bfea9f1e to your computer and use it in GitHub Desktop.

Select an option

Save tdwesten/23546fbda0e3bfea9f1e to your computer and use it in GitHub Desktop.
Pi Commands
// 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