Sha256: 445338784ffc551f5d29d92f6ad4c6d5aae20cac84c9d167f037992503fd2765

Contents?: true

Size: 608 Bytes

Versions: 1

Compression:

Stored size: 608 Bytes

Contents

h1. Still working on the codes.

h1. merb_daemon_gen

A plugin for creating psuedo-scheduled jobs in merb. This merb plugin is based on dougal / daemon_generator

h2. Requirements

* merb-core >= 1.0.7.1
* daemons  >= 0.1.10
 	  
h2. Usage

To get yourself rolling:

  $ sudo gem install daemons
  $ merb-gen daemon name

Then insert your code in the lib/daemons/name.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/name_ctl [start|stop|restart]


h2. Notes

* This plugin is not finished yet. 

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jaigouk-merb_daemon-0.0.1.7 README.textile