markjaquith / WP-Stack

A toolkit for creating professional WordPress deployments
1.11k stars 123 forks source link

Update for Capistrano 3? #26

Closed davidham closed 2 months ago

davidham commented 10 years ago

Are there any plans to update this to use Capistrano 3.x?

hilja commented 10 years ago

:+1:

allantatter commented 10 years ago

(y)

mikelittle commented 9 years ago

Mark, Are there any current plans to bring this up to date? It seems the current deploy scripts don't work with a fresh install of Capistrano. I found a number of articles attempting to address this and similar issues, but they seemed old and not applicable to the current releases. My Ruby knowledge is non-existent, so I wasn't able to apply the old solutions to the current problems.

mathieuhays commented 9 years ago

If you want the current version to work you can install capistrano v2.15.5 :

sudo gem install capistrano -v 2.15.5
sudo gem install capistrano-ext railsless-deploy

If you want to use Capistrano 3, there is this repo : https://github.com/Mixd/wp-deploy. I haven't tried it but it seems to provide a similar logic.