Installation|
Installing using Ubuntu
Run below command to install it.
$ sudo apt install capistrano
Installing using GitHub
Execute below commands in the same order to install it from repository.
$ git clone https://github.com/capistrano/capistrano.git
$ cd capistrano
$ gem build *.gemspec
$ gem install *.gem
Installing using Ruby Gem
Execute following command to install it via Ruby Gem.
$ gem install capistrano