@Mathias Meyer, Regarding the other question, I realised i had not installed Git on the server and I did that. This post shows the error I got AFTER installing Git on the server. About write permissions, well im really not sure how the deploy.rb works but her it is if it helps,
set :application, "ahref.in" set :user, "<username>" #this is the username for my slicehost server that has write permissions on the server set :repository, "[email protected]:vinaysesh/ahref.in.git" set :port, 4001 default_run_options[:pty] = true #set :use_sudo, true # Not sure what this should be set to. TRUE and FALSE dont work anyway. I get the same error. set :deploy_to, "/home/<username>/public_html/#{application}" # If you aren't using Subversion to manage your source code, specify # your SCM below: set :scm, :git set :deploy_via, :remote_cache #The user that starts the Mongrel(?) instances set :runner, user role :app, application role :web, application role :db, application, :primary => true If you could point me to any documentation on what each of the options mean or some documentation on Git, Cap deployment to Slicehost, it will really help. I myself have been following these articles http://matharvard.ca/posts/2-deploying-with-capistrano-git-and-slicehost http://railsforum.com/viewtopic.php?id=22263 http://www.hostingrails.com/wiki/59/How-to-Deploy-Rails-Using-Git-with-Capistrano-on-Mongrel-with-HostingRails#cap @Brent, Dint know that about deploy:cold. Thanks for that. Anyway, deploy dint work either. same error. Thanks for the link Brent, will try following it. Hope someone can find what im doing wrong. Thanks for the replies! On Feb 11, 10:45 pm, "S. Brent Faulkner" <[email protected]> wrote: > I believe Jamis no longer recommends using deploy:cold (as > perhttp://capify.org/getting-started/from-the-beginning) > > I highly recommend following the instructions at that location. They > worked beautifully for me (on slicehost, running ubuntu, and deploying > from OS X). > > Cheers. > > --Brent --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
