README in isaac-deprec-1.99.30 vs README in isaac-deprec-1.99.32

- old
+ new

@@ -1,9 +1,33 @@ ------------------------------------------ deprec - Deployment Recipes for Capistrano ------------------------------------------ +== Update 28 Jan 2009 + +Get your app running on a fresh Ubuntu (7.10, 8.04.1) server these commands: + + cd your_rails_app + depify . + # Edit config/deploy.rb + cap deprec:rails:install_stack + cap deploy:setup + cap deploy + cap deploy:migrate + +Recorded times for complete install on Ubuntu hardy server (7.10 amd64) + + * Passenger+REE+Apache : 14m29s + * Passenger+ruby-1.8.7+Apache : 17m51s + * nginx+mongrel : 16m25s + +Note you can choose combinations of: + + * Ruby Enterprise Edition or ruby-1.8.7 + * Passenger or mongrel (passenger requires apache option) + * Apache or nginx + == Introduction The deprec [1] gem is a set of tasks for Capistrano [2]. These tasks provide for the installation, configuration and control of system services. Deprec was created in 2006 by Mike Bailey to setup an environment for running Ruby @@ -132,7 +156,5 @@ [1] http://www.deprec.org [2] http://www.capify.org [3] http://www.ruby-lang.org/en/ [4] http://rubyforge.org/ [5] http://rubygems.org/ - -test