Daemon Generator plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.kylemaxwell.com/rails_plugins/daemon_generator/trunk/
After installation, insert your code in the lib/daemons/.rb stub. All pid's and logs will live in the normal log/ folder. This helps to make things Capistrano friendly.
Individual control script:
> ./lib/daemons/_ctl [start|stop|restart]
App-wide control script (I add this to my capistrano recipe's after_restart task):
> ./script/daemons [start|stop|restart]
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

