Skip to content

Latest commit

 

History

History
119 lines (92 loc) · 8.22 KB

Home.md

File metadata and controls

119 lines (92 loc) · 8.22 KB

⚠️⚠️⚠️

This is legacy documentation for Capistrano 2.x. For Capistrano 3.x, please refer to [[http://www.capistranorb.com/]].

General Resources & Beginner Guides

If you are new to Capistrano 2.x please read [[Getting Started|2.x Getting Started]]; once you are familiar with the basics, you may want to read [[From the beginning|2.x-From-The-Beginning]] which is a much more detailed tutorial. There is also an FAQ [[here|FAQ]].

You may also want to read and/or contribute to the [[Capistrano handbook|http://github.com/stefanooldeman/capistrano-handbook/blob/master/README.markdown#capistrano-handbook]] - an immature document that holds some really useful tips, but needs a lot more work!

Frameworks & Tools

Intermediate Resources

Reference Resources

  • [[API Documentation|http://rubydoc.info/github/capistrano/capistrano/master/frames]]
  • DSL Documentation
    • [[Action Module|2.x-DSL-Documentation-Action-Module]] (put(), get(), run(), stream(), capture(), etc)
    • [[Configuration Module|2.x-DSL-Documentation-Configuration-Module]] (namespace(), task(), set(), fetch(), etc)
  • [[Configuration Variables|2.x-Significant-Configuration-Variables]]
  • [[Capistrano Tasks]]
  • [[Formatting Logs]]
  • [[Upgrading to Rails 4]]

Useful Background Knowledge (3rd Party Articles)

Semi-Official Extensions

3rd Party Extensions

3rd Party Tutorials

Seeking Assistance

Help first and foremost via the [[Capistrano Google Group|http://groups.google.com/group/capistrano]]. Community support is also also often available in [[#Capistrano on freenode|http://webchat.freenode.net/?channels=Capistrano]].

There are extensive archives of questions and answers also at [[stackoverflow.com, tagged #capistrano|http://stackoverflow.com/questions/tagged/capistrano]].

For bugs and problems please open an issue in the [[Github issues page|https://github.com/capistrano/capistrano/issues]] - preferably with a patch, test-case, or steps-to-reproduce. Pull requests on Github will be ignored without a corresponding ticket, as there is no history of changes or forum for discussion without submitting a ticket.