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
- Fork it ( https://github.com/geoffjay/opendcs/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request