-
Notifications
You must be signed in to change notification settings - Fork 0
Home
If you are new to Capistrano 2.x please read Getting Started, once you are familiar with the basics you may want to read From the beginning which is a much more detailed tutorial.
You may also want to read, and or contribute to the Capistrano handbook - an immature document that holds some really useful tips, but needs a lot more work!
- Default Deployment Behaviour
- [[Managing
database.ymlSecurely|http://www.simonecarletti.com/blog/2009/06/capistrano-and-database-yml/]] - Packaging Recipes
- Writing Extensions
- API Documentation
- DSL Documentation
-
Action Module (
put(),get(),run(),stream(),capture(), etc) -
Configuration Module (
namespace(),task(),set(),fetch(), etc)
-
Action Module (
- Configuration Variables
- Capistrano Tasks
- Formatting Logs
-
Unix Shell
- Unix shell skills (Wordpress guide, but very readable for beginners)
-
Bash
-
SSH
- capistrano-windows-server Deploy Rails apps to Windows servers
- capistrano-offroad For deploying non-rails apps, specially Django
- capistrano_winrm Run commands against MS Windows servers with WinRM
- capify-ec2 A number of utilities to help with deploying to amazon ec2 instances
- resque_utils Helper tasks for remote Resque deployments (requeue & remove failed jobs)
- capistrano-ash For deploying Magento, Drupal, WordPress, and Zend/Doctrine apps
- play-capistrano For deploying/controlling remote Play Framework apps
- capifony For deploying symfony and Symfony2 apps
- capcake extension of Capistrano, deploy CakePHP apps
- capistrano-chef Integrates Capistrano with Chef search
- capistrano-puppet Integrates Capistrano with Puppet
- capistrano-deploytags Track your current and all previous releases with Git tags automatically at deployment time
- capistrano-detect-migrations Automatically discover and warn about pending Rails migrations with Git before you deploy
- capistrano-notifier Notify via mail and StatsD when deploying
- capistrano-remote-cache-with-project-root Adds a new deployment strategy to deploy your app from an internal folder (non-root).
- magentify Deployment recipes customised for deployment of Magento projects.
- Testing
- Other Software Packages
- Drupal
- Magento
- Wordpress
- http://github.com/jestro/wordpress-capistrano/tree/master
- http://whomwah.com/2006/05/21/deploying-wordpress-using-capistrano/
- http://devblog.imedo.de/2008/6/23/wordpress-deployment-with-capistrano-2-and-git
- http://www.tractionco.com/blog/95-deploying-wordpress-with-capistrano-and-svn
- http://theme.fm/2011/08/tutorial-deploying-wordpress-with-capistrano-2082/
- Other Languages / Frameworks
Help first and foremost via the Capistrano Google Group. Community support is also also often available in #Capistrano on freenode.
There are extensive archives of questions and answers also at stackoverflow.com, tagged #capistrano.
For bugs and problems please open an issue in the Github issues page - 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.