Sha256: 601419bc660242b792bf865a768601f711465a8c74494e183a5f35cc2688a6f2
Contents?: true
Size: 594 Bytes
Versions: 16
Compression:
Stored size: 594 Bytes
Contents
Install Ruby on Rails app with deprec ===================================== The rack recipes should work with any rack app. *Quickstart* $ cap deprec:rack:install_stack $ 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@uat $ cap deprec:rack:config HOSTS=mbailey@uat # ssh to git@github.com from uat and accept hostkey $ cap deploy
Version data entries
16 entries across 16 versions & 1 rubygems