Skip to content
Damien Brugne edited this page Sep 1, 2015 · 56 revisions

Configuration

Grunt tasks

  • grunt build-web : build Web client templates and scripts
  • grunt admin-notify-reload : send a reload (refresh page) signal to all connected client
  • grunt admin-notify-exit : send an exit (redirect on landing) signal to a particular client
  • grunt admin-notify-message : send a message in all opened discussions to all connected client
  • grunt cleanup-donut-room : retrieve non-active-on-platform-user-for-last-2-months and remove them from #donut room
  • grunt donut-pull-database : retrieve last production database backup and replace local one
  • grunt donut-test-notifications : create a set of test notifications in database

Hosting

Connections

  • MongoDB production: localhost:27017/donut via SSH on : damien@5.196.206.60:22 (private key)
  • Redis production: localhost:6379 via SSH on : damien@5.196.206.60:22 (password)
Clone this wiki locally