Skip to content

Instantly share code, notes, and snippets.

@thomascrepain
Forked from geedelur/capistrano_windows.textile
Last active August 29, 2015 14:02
Show Gist options
  • Save thomascrepain/61922f3c1062ae756ca6 to your computer and use it in GitHub Desktop.
Save thomascrepain/61922f3c1062ae756ca6 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 (https://rubygems.org/pages/download)

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