Actions
Wiki » History » Revision 1
Revision 1/4
| Next »
Marc Dequènes, 2012-01-21 22:03
Presentation¶
The Spoolinger is a generic spool manager, watching for incoming files in a specific directory and scheduling their processing.
Features:
- scheduling based on concurrency and min/max age
- gathering of file data using file name and content regex to be used in pattern replacement
- cancel mode (with pattern replacement)
- running of an external processing command (with pattern replacement)
- "load check" via external command or Ruby plugin to allow processing depending on external conditions
- logging with ajustable verbosity to help debug problems
Installation¶
Build Dependencies:- ruby-setup
- ruby-log4r
- ruby-daemons
- ruby-eventmachine
- ruby-activesupport
- librb-inotify-ruby
- kwalify
for a real install in /usr/local¶
ruby setup.rb config ruby setup.rb setup ruby setup.rb install ruby setup.rb clean
for packagers¶
ruby setup.rb config --installdirs=std ruby setup.rb setup ruby setup.rb install --prefix=debian/spoolinger ruby setup.rb clean
for in-place tests¶
ruby setup.rb config --bindir=bin --rbdir=lib --datadir=data --sysconfdir=conf --localstatedir=var --shebang=never ruby setup.rb setup
Do tests, and when finished:
ruby setup.rb clean
Updated by Marc Dequènes almost 13 years ago · 1 revisions