Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save psyrendust/8572085 to your computer and use it in GitHub Desktop.
Save psyrendust/8572085 to your computer and use it in GitHub Desktop.

Deploy with Capistrano from Windows

Install Cygwin (http://www.cygwin.com/)

  • Select the folowing packages: curl, git, nano, openssh, openssl, ruby, unzip, util-linux, vim, wget

Download the RubyGems tarball from Ruby Forge (http://rubyforge.org/projects/rubygems/)

In a bash terminal, navigate to the unpacked directory and run:

  • ruby setup.rb install
  • gem update —system

Install Capistrano

  • gem install capistrano

And also could be useful

  • gem install capistrano-ext (for instace for Multistage Deploys)
  • gem install railsless-deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment