search for: default_run_opt

Displaying 4 results from an estimated 4 matches for "default_run_opt".

2009 Feb 15
2
Execute cap deploy:migrations fails
...39;'master'' on repository I am using Capistrano v2.5.3, Rails 2.2 and Git v1.6 I ran deploy:setup and deploy:check successfully. I get the following message when I run deploy:check command "You appear to have all necessary dependencies installed". Here is my deploy script default_run_options[:pty] = true # be sure to change these set :user, ''USER_NAME'' set :domain, ''DOMAIN_NAME'' set :application, ''APP_NAME'' # the rest should be good set :repository, "#{user}@#{domain}:home/#{user}/#{domain}/git/# {application}.git"...
2011 Nov 09
4
Starting out with puppet and capistrano
Hey guys. I am starting out with puppet and am in the process of writing a bootstrap script for the clients and a capistrano recipe for the server. I have the client bootstrap done which installs ruby, puppet, sets a host name, and then points the client at the puppet server and now I am in the process of setting up the puppet server. My first attempt was to set up a git project for puppet, an
2010 Sep 09
4
Capistrano Deploy with SVN over SSH - Network connection closed unexpectedly
Hello all, i changed today from my local repository to a repository on a server. The repository now lies on the same server where my application is going to be deployed. Everything went fine create my repository on the server and checked out my working copy. After some changes on the code i wanted to deploy my application but it failed. The error is: "svn: Network connection closed
2009 Aug 11
10
Git, Capistrano, Passenger, and Apache Questions
First, I''m trying to do the legwork with utilizing all 4 together because many people say it''s a good combination to use. I already have apache setup (was using it with the PHP version of my site formerly). I''ve installed all gems and dependencies that I need on my slice (using slicehost). I have a fully pushed git repository (master) on github (private git) with one