capifony 2.1.15
Capistrano is an open source tool for running scripts on multiple servers. Itâs primary use is for easily deploying applications. While it was built specifically for deploying Rails apps, itâs pretty simple to customize it to deploy other types of applications. This package is a deployment "recipe" to work with symfony (both 1 and 2) applications.
Gemfile:
=
install:
=
Runtime Dependencies (2):
capistrano
>= 2.11.0
colored
>= 1.2.0