Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a server on a VPS that has my GIT repository also.

I want a step by step tutorial on how to deploy using Capistrano for a rails 3 application.

share|improve this question
21  
I think the request for a step-by-step tutorial is a reasonable one and your -1 vote is making a lot of assumptions. "step by step tutorial" doesn't necessarily equate to "do it for me". I may just mean there are some conceptual obstacles that this developer can't overcome in learning this technology and seeing all of the gory details might help. – Michael Reed Oct 24 '11 at 18:01

3 Answers

I wrote a guide for doing exactly that, last month.

Check it out here: http://www.aaginskiy.com/technology/2011/02/deploying-rails-3-apps-with-capistrano/

share|improve this answer
19  
Thank you for not doing a screencast, text is much more useful! – runako Mar 16 '12 at 17:36

For a more more up-to-date tutorial, one might want to have a look at:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.