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.
Add this line to your application's Gemfile:
gem 'gv-valley'
And then execute:
$ bundle
Or install it yourself as:
$ gem install gv-valley
$ gv-valley run # runs valley server
- Write more tests
- Documentation
- Fork it ( http://github.com//gv-valley/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 new Pull Request