Skip to content
Damien Brugne edited this page Jul 17, 2015 · 56 revisions

Grunt tasks

grunt jst : Compile Web client HTML (should be done before grunt requirejs)

grunt requirejs : Compile Web client javascript

grunt requirejs : Compile Web client javascript

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