--- deprec version 6 Sun Jan 14 17:00:02 +0000 2007
+++ deprec version 11 Mon Feb 16 00:06:16 +0000 2009
@@ -1,39 +1,29 @@
Deprec is a collection of automated deployment,recipes written in ruby, for
setting up production ready rails servers.
-Note: curretly, apache and mongrel_clusters do not restart after reboot.
-Known to support: Ubuntu 6.06
+Known to support: Ubuntu 7,10, 8,04
ALL commands are performed on the CLIENT.
##To Install (performed once):
-$ sudo gem install deprec -y # installs what you need
-$ deprec_dotfiles # patches capistrano + creates your ~/.caprc
-$ cap show_tasks # now you have deprec tasks included
+sudo gem install deprec # installs what you need
+cap show_tasks # should now include deprec tasks
-##To prepare your app:
-$ cd /path/to/railsapp
-$ deprec --apply-to . --name projectname --domain www.projectname.com
-# edit config/deploy.rb to put in details of your subversion repository
+##To deploy your app to a fresh slice:
-##To update the server (run from client):
-$ cap install_rails_stack
-$ cap deprec_setup
+cd your_rails_app
+depify .
+# Edit config/deploy.rb
+cap deprec:rails:install_stack
-##To update rails app on hosts
-$ cap deploy
-#or
-$ cap deploy_with_migrations
+# WARNING! Don't run the following command if you are using
+# a shared database server that has already been installed.
+cap deprec:db:install
-# then
-$ restart_apache
-$ restart_app
+cap deploy:setup
+cap deploy
+cap deploy:migrate
-##From
-https://www2.blogger.com/comment.g?blogID=35479546&postID=876254599628840460:
-# To enable named virtual hosts, add this line to the httpd.conf:
-# NameVirtualHost *:80
-
-Derived from: http://deprec.rubyforge.org/
+Derived from: http://www.deprec.org/
More help: http://topfunky.com/clients/peepcode/free-episodes