cheat sheets.

$ cheat deprec
--- deprec version 1	Sun Jan 14 16:21:56 +0000 2007
+++ deprec version 11	Mon Feb 16 00:06:16 +0000 2009
@@ -1,30 +1,29 @@
-All commands are performed on the Client.
+Deprec is a collection of automated deployment,recipes written in ruby, for
+setting up production ready rails servers.
 
-#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
+Known to support: Ubuntu 7,10, 8,04
 
-##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
+ALL commands are performed on the CLIENT.
 
-##To update the server (run from client):
-$ cap install_rails_stack
-$ cap deprec_setup
+##To Install (performed once):
+sudo gem install deprec                     # installs what you need
+cap show_tasks                              # should now include deprec tasks
 
+##To deploy your app to a fresh slice:
 
-##To update rails app on hosts
-$ cap deploy			
-#or
-$ cap deploy_with_migrations
+cd your_rails_app
+depify .
+# Edit config/deploy.rb
+cap deprec:rails:install_stack
 
-# then
-$ restart_apache
-$ restart_app
+# WARNING! Don't run the following command if you are using
+# a shared database server that has already been installed.
+cap deprec:db:install 
 
-Note: curretly, apache and mongrel_clusters do not restart after reboot.
+cap deploy:setup
+cap deploy
+cap deploy:migrate
 
-Derived from: http://deprec.rubyforge.org/
+Derived from: http://www.deprec.org/
+More help: http://topfunky.com/clients/peepcode/free-episodes
. o 0 (history | current )
( add new | see all )