Skip to content

Instantly share code, notes, and snippets.

@PistachioPony
Last active August 29, 2015 13:56
Show Gist options
  • Save PistachioPony/9103433 to your computer and use it in GitHub Desktop.
Save PistachioPony/9103433 to your computer and use it in GitHub Desktop.
All the terminals I need to run Node.js
Terminal #1 run:
mongod --setParameter textSearchEnabled=true
Terminal #2 run:
npm start
Terminal #3 run:
grunt watch
******
To re-seed the database open a new terminal and run:
node manage.js
(return it a few times and you will get testbed>) and then type:
seed()
******
now you will have re-seeded the database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment