Skip to content

Instantly share code, notes, and snippets.

@skhani
Forked from geedelur/capistrano_windows.textile
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skhani/1220a5dbfb2b57e5312b to your computer and use it in GitHub Desktop.
Save skhani/1220a5dbfb2b57e5312b 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