This gem contains tools for use in configuring Hyperstudio servers and workstations. Currently it contains:

Process management tools:

- merb_persist: adaptation of Apple's mongrel_rails_persist launchd helper, for merb
- postgresql_crontab_sweep: crontab like tasks for postgresql (esp. for full text indexing)

INSTALLING

All are ruby applications; see individual files for more information. To install:

sudo gem install repertoire-repertoire-devtools --source http://gems.github.com

[ repetition in the gem name is not a typo - it's a side effect of github's gem naming system ]


UPGRADING

[ postgresql_crontab_sweep ]
You will need to stop and delete any existing launchd tasks, then re-run postgresql_crontab_sweep install command.
This generates a lanchd plist that references the updated script file in your ruby gems repository.