You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benjamin Christensen edited this page Dec 4, 2013
·
2 revisions
Configuring Upstart and Forever scripts
By setting up an upstart script on your Ubuntu installation, the chat app can be started and stopped with the Forever functionality from the Opeka module.
It takes a bit of tweaking, though...
Make sure the Forever node module is installed globally
The the cfdpchat-app.example.conf script (located in the Drupal Opeka modules script folder) must be updated with the right paths
Rename the script to cfdpchat-app.conf and place it in the /etc/init folder with the proper permissions (root:root 644)
Make the script sudoable by www-data (this method might not work if you don't have full root access to the server).