Tag: Capistrano

Linux shell modes and Capistrano

This is possibly one of the most complicated support questions that can be asked, the only real answer is it depends. It’s really a question of which kind of shell Capistrano is using, it’s a matrix of possibilities concerning login, non-login, interactive, or non-interactive. By default Capistrano always assigns a non-login, non-interactive shell.

Continue reading