Skip to content

Instantly share code, notes, and snippets.

@ywatai
Created May 30, 2012 11:57
Show Gist options
  • Select an option

  • Save ywatai/2835805 to your computer and use it in GitHub Desktop.

Select an option

Save ywatai/2835805 to your computer and use it in GitHub Desktop.
Bootstrap capistrano + railsless deploy with bundler
mkdir product
cd product
cat <<EOF > Gemfile
source :rubygems
gem 'capistrano'
gem 'railsless-deploy'
EOF
bundle install
capify .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment