Changeset 272

Show
Ignore:
Timestamp:
12/13/07 07:50:27 (8 months ago)
Author:
gethema..@gmail.com
Message:

check in new README file:

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/README

    r271 r272  
    5252Above sample configuration file would schedule worker methods 'foobar' and 'barbar' 
    5353to be executed at different trigger periods. Also, it would load production rails environment. 
    54 If you skit the :environment option, development env will be loaded. 
     54If you skip the :environment option, development env will be loaded. 
    5555 
    5656NOTE: Please note that, because of addition of this feature, format of backgroundrb.yml 
     
    240240 
    241241* Starting and stopping from CLI : 
     242 
    242243  To start: 
    243244      ./script/backgroundrb start 
    244   Top stop: 
     245  To stop: 
    245246      ./script/backgroundrb stop 
    246247