Capistrano::Typo3

Note: this plugin works only with Capistrano 3. Please check the capistrano gem version you're using before installing this gem:
$ bundle show | grep capistrano
Capistrano deployment tasks for TYPO3 CMS
Compatibility
The versions below have been tested with capistrano-typo3
- 6.2.x
- 7.x
- 8.x
Configuration
At the top of lib/capistrano/tasks/typo3.cap all variables are listed and set to a default value.
Installation
Add this line to your application's Gemfile:
gem 'capistrano-typo3'
And then execute:
$ bundle
Usage
TYPO3.Homestead
Capistrano-typo3 integrates TYPO3.Homestead. Here's the Dutch documentation about this integrations. English version will follow soon.
References / inspiration
- https://github.com/programmerqeu/capistrano-typo3-cms
- http://webdesign.about.com/od/servers/qt/web-servers-and-workflow.htm
- https://marketpress.com/2013/deploying-wordpress-with-git-and-capistrano/
- http://www.slideshare.net/jsegars/site-development-processes-for-small-teams
- http://www.zodiacmedia.co.uk/blog/capistrano-3-tutorial-series-part-2
- http://www.slideshare.net/aoemedia/2013-11-typo3-camp-pl
- http://stackoverflow.com/questions/9860593/deploying-multiple-applications-into-a-single-tree-with-capistrano-and-git
- http://stackoverflow.com/questions/11905360/how-best-to-manage-typo3-installations-using-git
Contributing
- Fork it ( https://github.com/[my-github-username]/capistrano-typo3/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request