Skip to content
Jason edited this page Apr 21, 2015 · 1 revision

Welcome to the nodetest wiki!

How to run Nodetest.

  1. git clone [email protected]:HelloJasonZhang/nodetest.git.
  2. cd into nodetest directory.
  3. you should install nodejs and MongoDb.
  4. make sure install express and forever for globe.
  5. make sure your mongodb has test database and userlist collection.
  6. run "npm install" command.
  7. use forever -w app.js run nodetest.
Clone this wiki locally