Skip to content
Damien Brugne edited this page May 20, 2014 · 56 revisions

Welcome to the chat wiki!

Pre-requisites

  • node.js + npm
  • Bower
  • MongoDB

Install

Clone the GitHub project, go in server/ sub--folder and install dependencies:

npm install bower install

Then launch the application (development):

NODE_ENV=dev ./bin/www

Or production:

pm2 restart chat

Clone this wiki locally