webistrano

Webistrano on Windows

Has anyone had any success in getting Webistrano running on Windows. Everywhere I have read says it wont run on Windows, but isnt that kinda the point of using Ruby? ...

Has Anyone Tried Webistrano?

I am looking for a remote deployment strategy for the projects I am working on and even went so far to start designing one from scratch. But I've stumbled over a near-identical implementation called Webistrano. Has anyone tried using it for project deployment, is anyone still using it? Is it any good, or does it make you want to stab ...

Webistrano bash/sh problem!

I love Capistrano and finally i found GUI for using it! Webistrano! I installed the app that many other guys recommend it to me. Finally, its time to try... I flow the screencast ..etc.. and found in my production.log this error: 'sh: ruby command not found' I followed this blog post but naaaah!! same problem... This is what i tried...

Rake db:migrate syntax error

trying to setup webistrano and getting the following error: rake db:migrate (in /var/www/html/webistrano) rake aborted! /var/www/html/webistrano/vendor/rails/activesupport/lib/active_support/inflector.rb:273: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n' when 1: "#{number}st" ^ /var/w...

Webistrano git issue

I'm migrating my capistrano setup into webistrano and keep getting this error when I run any deployment commands: executing locally: "git ls-remote [email protected]:REPO.git HEAD" Could not save revision: Unable to resolve revision for 'HEAD' on repository 'REPO_ADDRESSS' My capistrano setup has the same params and works no problem from ...

How to deploy via capistrano (webistrano) from two different git repositories (applications) to same server

We have two applications running on production servers, each in its own directory under /usr/local, so let's say there's /usr/local/app1 and /usr/local/app2. Each app has a separate remote git repo. app1 is already being deployed for quite some time via capistrano+webistrano using remote_cache including some recipe changes that were ma...