Every repository with this icon (
Every repository with this icon (
Home
Welcome to the capistrano-ext wiki!
-
FAQs
Q. Where do I go for help ?
A. The capistrano community page is a good start and will probably lead you to the relevant capistrano discussion forum .
Q. How do I get started with capistrano-ext ?
A. see Jamis’ initial blog post .
Q. How do I separate out the various environments into their own stage files ?
A. capistrano-ext adds the task “multistage:prepare” to get you started.
Q. It appears that my staging files aren’t being parsed. What gives ?
A. You could be running into namespace issues. Putting stage specific data in deploy.rb with a task name that matches the stage name in the deploy folder will fail. It is easiest to define all stage related data in the stage file.
See this thread for more details.







