Skip to content
This repository was archived by the owner on Apr 14, 2019. It is now read-only.

Capistrano deployment

Márk Sági-Kazár edited this page May 15, 2016 · 4 revisions

Capistrano is

A remote server automation and deployment tool written in Ruby.

according to its own description. Fortunately it has official Symfony support. A basic Capistrano deployment script (with staging and production environments) is included.

Note: There is already also a Capistrano deployment plugin called Capifony created by @everzet, but it is Capistrano 2.x only. This deployment script uses Capistrano 3.x and the official Symfony plugin.

Installed plugins

How to remove?

Removing Capistrano is simple:

  1. Remove the Capfile from the root
  2. Remove Gemfile* from the root
  3. Remove the etc/deploy/ directory from app

http://capistranorb.com

Clone this wiki locally