Capistrano::Typo3 Code Climate Issue Count

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

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