New to Capistrano? Read my previous and more introductory blog post on Capistrano – Remote builds with Capistrano. Are you using Capistrano and are confused why the user environment, the PATH for example, is different from when you log on to your server via SSH? Perhaps you have failed to use RVM or other user [...]
Capistrano and Net:SSH with login shell
January 12th, 2012 by Johan Lundahl — Dynamic languages, Tips & Tricks
Tags: bash, capistrano, ruby, shell, ssh, tools
Remote builds with Capistrano
January 10th, 2012 by Johan Lundahl — Dynamic languages
Capistrano is a very nice open source tool for executing commands on one or multiple remote servers via SSH. Capistrano is written in Ruby and uses a rake-like DSL for its tasks. Its main use is to deploy web applications, Rails in particular, but it may be used for much more. Want to try? It’s [...]
Tags: capistrano, ruby, ssh, tools
