Sha256: 0d54b303991a8522e7e35ce162cb738c8edda6abae2d77865eac0b7282c592dd
Contents?: true
Size: 618 Bytes
Versions: 2
Compression:
Stored size: 618 Bytes
Contents
Install Ruby on Rails app with deprec ===================================== The rack recipes should work with any rack app. *Quickstart* $ cap deprec:rack:install_stack HOSTS=mbailey@lucid $ cd your_rails_app $ depify . # Edit config/deploy.rb and config/deploy/uat.rb # WARNING! Don't run the following command if you are using a shared # database server that has already been installed. $ cap deprec:db:install $ cap deploy:setup HOSTS=mbailey@lucid $ cap deprec:rack:config HOSTS=mbailey@lucid # ssh to git@github.com from uat and accept hostkey $ cap deploy
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
deprec-3.1.0.rc16 | docs/README.rails |
deprec-3.1.0.rc15 | docs/README.rails |