No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Capistrano 3 deployment and continious delivery tasks for TYPO3 versions 6.2+, 7.x, 8.x
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

 Project Readme

Capistrano::Typo3 Code Climate Issue Count

Capistrano Plugin for TYPO3 deployment and development.

Features

  • ease setup of development environment
  • deployment model
  • lots of utility tasks optimized for typo3

https://rubygems.org/gems/capistrano-typo3

Compatibility

The versions below have been tested with capistrano-typo3

  • TYPO3 6.2.x
  • TYPO3 7.x
  • TYPO3 8.x
  • TYPO3 9.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

image

Contributing

  1. Fork it ( https://github.com/[my-github-username]/capistrano-typo3/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request