search for: cold_deploy

Displaying 8 results from an estimated 8 matches for "cold_deploy".

2006 Feb 19
2
SwitchTower 1.0.0
...the creator of the file. * Changed the :restart_via variable to a boolean :use_sudo variable. (Note, this will break your recipes if you are using :restart_via-- please change that to :use_sudo!) Any task that previously used sudo will now respect the value of this variable. * Added spinner, cold_deploy, and invoke tasks. The spinner task is used for starting the application spinner process. The cold_deploy task is used for deploying your application when a spinner is not running, and the invoke task is used for executing arbitrary command- lines on your servers without needing to write a t...
2006 May 16
8
capistrano can''t find svn
I''m trying to get capistrano to deploy to an osx machine - rake remote:cold_deploy but it fails on the svn co line with "bash: line 2: svn: command not found" I''ve set the proper path to svn (/usr/local/bin) in both .bash_profile and .bash_login but capistrano seems to be ignoring these. How does capistrano know where to look for svn? Thanks
2006 May 04
4
problem setting up mongrel_cluster 0.1.1
I posted this to the rails list before by mistake, and only later realized that there is a specific mongrel list. Uff, I got lost. I had mongrel_cluster 0.1working fine, even with capistrano (my own hack). Then came mongrel_cluster 0.1.1 and I tried to set it up, but somehow I messed up things and nothing worked anymore. So here is what I did: on production machine: (debian linux, rails 1.1)
2006 May 01
3
mongrel_cluster-0.1.1: the bird dog (capistrano support!)
...l_cluster: Restart the Mongrel processes on the app server. Uses sudo if use_sudo is true. restart: Calls restart_mongrel_cluster to allow Mongrel to be used with the standard Capistrano deploy task. spinner: Calls start_mongrel_cluster to allow Mongrel to be used with the standard Capistrano cold_deploy task. Good luck and let me know how it works for ya! Thanks, Bradley Taylor ------ Rails Machine Simplified web application deployment http://railsmachine.com
2006 Feb 01
18
Switchtower Error
This is my deploy file set :application, "varcasa stage" set :repository, "file:///c:/svnrepo/thenali/trunk" # ============================================================================= # ROLES # ============================================================================= # You can define any number of roles, each of which contains any number of # machines. Roles might
2006 May 29
0
subversion password using capistrano on textdrive
Hi, I am trying to set up capistrano for use on textdrive, and followed the instructions posted at this very helpful site: http://blog.tuples.us/pages/rails-guide My problem is that when I try to execute rake remote:exec ACTION=cold_deploy the execution getss stuck when it tries to access my subversion repository. ** [out :: myurl.com] Authentication realm: <http://myurl.com:80> myurl.com ** [out :: myurl.com] Password for ''bnevile'': ** [out :: myurl.com] subversion is asking for a password ** [out :: m...
2006 Aug 02
1
capistrano+mongrel struggles
Hello, I am trying to deploy on to OS X Server with capistrano+mongrel+apache2, etc. I''m trying to do a "cap cold_deploy" as recommended here: http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you/ I had a devil of a time getting cap to find the mongrel_rails command (which is in /opt/local/bin) on the server. I set the path in the .profile. I set it in /etc/...
2006 Aug 10
16
Error on Solaris
Hi everyone, I''m having a problem starting rails on solaris. I have made the changes suggested in the joyeur article but it doesn''t make any difference. The error is below. Does anyone have any idea? /opt/csw/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in `register'': undefined method `resolve'' for nil:Mongrel::URIClassifier (NoMethodError)