I've setup my deploy recipe. Although I might have missed some important 
steps as I'm new to all this jazz. Anyway here's my deploy.rb:

-----------------

set :application, "fapbox"
set :repository,  "http://www.fapbox.com/svn/fapbox/";
set :deploy_to, "/home/fapbox/"
set :user, "root"
set :svn_username, "kjimn"
set :svn_password, "mypassword"

role :app, "fapbox.com"
role :web, "fapbox.com"
role :db,  "fapbox.com", :primary => true
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to