/gv-valley

Micro Private PaaS with Ruby

Primary LanguageRubyThe UnlicenseUnlicense

GV::Valley

Micro Private PaaS with Ruby. Heavily influenced from dokku and flynn, also uses several flynn components. You should use flynn instead, this is a distributed Ruby experiment which is not for production use.

Installation

Add this line to your application's Gemfile:

gem 'gv-valley'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gv-valley

Usage

$ gv-valley run # runs valley server

Todo

  • Write more tests
  • Documentation

Contributing

  1. Fork it ( http://github.com//gv-valley/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 new Pull Request