Tagged Questions
Webistrano is a Web UI for managing Capistrano based deployments (primarily on Ruby on Rails).
5
votes
3answers
2k views
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 ...
2
votes
0answers
324 views
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 git@github.com:REPO.git HEAD"
Could not save ...
1
vote
1answer
120 views
webistrano ssh-agent
I have a Webistrano setup that deploys with its own private/public key pair. I would like to harness the simplicity of :remote_cache strategy, but don't want to copy the private key to the deployment ...
1
vote
2answers
265 views
Capistrano recipe to automatically run deploy:cleanup only when needed
We do over 20 deployments a day using capistrano (actually webistrano) and we have a problem where the disk space on our servers get full of old deployment folders.
Every now and again I run the ...
0
votes
0answers
27 views
Upgrading capistrano within a webistrano install
We're using Webistrano to deploy our PHP app. On random occasions, the deploys either fail while in the middle of svn export or throw a "connection reset by peer" error. To narrow down the problem, ...
0
votes
1answer
239 views
installing Webistrano RAILS_ENV=production rake db:migrate fails on Mac OS 10.6.8
I've been trying to install Webistrano. I have installed all the dependencies required for it, including Capistrano, as described on the github wiki: ...
0
votes
0answers
119 views
every time i deploy webistrano asks me to run bundle install
i'm deploying a ruby project using webistrano and it every time i deploy asks me to run bundle install , even if there is no new gems to install
here you are .bundle/config file content :
---
...
0
votes
1answer
152 views
How do you load custom module libraries in Webistrano recipes?
I'm trying to load a custom module that is written in the /lib directory of Webistrano. In the recipe, I try variations of,
require 'lib/foo/bar'
at the top of my recipe, before using,
...
0
votes
0answers
98 views
Webistrano: Check if stage deployment happened
We do our PHP deployments using webistrano (a frontend for capistrano) and SVN. We have a dev server->stage->prod workflow using tags for staging and prod.
We want to make our workflow as idiot ...
0
votes
0answers
28 views
using ActiveResouce to manipulate Webistrano hosts
I'm trying to use ActiveResouce to modify webistrano hosts.
So far I came up with the following
require 'rubygems'
require 'active_resource'
class Hosts < ActiveResource::Base
self.site = ...
0
votes
1answer
67 views
Accessing environment variable through webistrano
As part of my Webistrano deployment, I need to check if Glassfish home is set on the target machine.
I've tried the following in jrails.rb, none of which outputs the value of Glassfish home:
echo ...
0
votes
1answer
163 views
Kill a hung webistrano deployment
I'm currently trying to set up deployment using Webistrano/Capistrano. Due to a permission error, my test deployment has not completed. However, because it failed before the deployment pid was created ...
0
votes
2answers
182 views
Where does webistrano store custom recipes?
I'm trying to figure out where does webistrano keep its custom recipes (I want to copy them), and I can't seem to locate them. I've scoured the installation folder on the server to no avail.
Does ...
0
votes
0answers
755 views
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.
...
0
votes
1answer
336 views
Rake db:migrate syntax error
trying to setup webistrano and getting the following error:
rake db:migrate
(in /var/www/html/webistrano)
rake aborted!
...
0
votes
2answers
271 views
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 ...
0
votes
1answer
133 views
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?