OpenDCS

Installation

Build it manually:

$ git clone https://github.com/geoffjay/opendcs.git
$ cd opendcs
$ gem install bundler # if it's not already installed
$ bundle
$ rake build
$ gem install pkg/opendcs-<version>.gem

Or install it from rubygems with:

$ gem install opendcs

Usage

Will fill this in when it actually does something.

Contributing

  1. Fork it ( https://github.com/geoffjay/opendcs/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request