List of posts tagged: Capistrano

Example of a remote application deployment coded in php using Capistrano and Git.

Capistrano is an instrument with an open source code able to run commands on a remote server via ssh access. Capistrano is written in Ruby, and it is mostly applied to deploy Ruby applications, though it can also be used to deploy applications in other programming languages. In this very recipe, PHP programming language will be used. So, off we go.

January 31, 2016 21 egor CapistranoDeploygit