-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Damien Brugne edited this page May 20, 2014
·
56 revisions
Welcome to the chat wiki!
- node.js + npm
- Bower
- MongoDB
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