Sha256: 65ea8e2b0b8ec208fa87e129a61ecf602ae6fc3a2283414baeb379a9d3d45f63

Contents?: true

Size: 984 Bytes

Versions: 10

Compression:

Stored size: 984 Bytes

Contents

Conveyor
========

Start of a thought on some code to handle moving data around when it shows up on various systems

Installation
------------

Using rubygems

    gem install gina-conveyor

From source

    git clone https://github.com/gina-alaska/conveyor.git
    cd conveyor
    rake install
 
Usage
-----

Just run the executable to start the conveyor process.  Currently since no daemon mode is available it's best to start conveyor in a screen/tmux session

    $ screen conveyor
    [2012-05-24 13:39:52 -0800] Starting Conveyor v0.0.2
    [2012-05-24 13:39:52 -0800] Loading workers from /home/wfisher/.workers
    [2012-05-24 13:39:52 -0800] Waiting for files
    [2012-05-24 13:39:52 -0800] Press CTRL-C to stop
    [2012-05-24 13:39:52 -0800] Starting websocket on 0.0.0.0:9876

Todo
----

1. Add daemon mode
2. Document worker syntax
3. Finish email notifications
4. Add additional cli options

License
-------

See LICENSE file for licensing and credits.  Think BSD/MIT.

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
gina-conveyor-1.0.0 README.md
gina-conveyor-0.2.4 README.md
gina-conveyor-0.2.3 README.md
gina-conveyor-0.2.2 README.md
gina-conveyor-0.2.1 README.md
gina-conveyor-0.2.0 README.md
gina-conveyor-0.1.3 README.md
gina-conveyor-0.1.2 README.md
gina-conveyor-0.1.1 README.md
gina-conveyor-0.1.0 README.md