similar to: Deployment w/ Subversion

Displaying 20 results from an estimated 9000 matches similar to: "Deployment w/ Subversion"

2012 Dec 05
3
Fwd: Issue starting unicorn with non-ActiveRecord Rails app
Hi, I''m trying to use unicorn in a test deployment of a Rails app that uses Mongoid, so Activerecord isn''t included in the app. When I start unicorn through Capistrano though, the stderr log fills up endlessly with identical ActiveRecord-related errors: I, [2012-12-05T04:19:25.375952 #5096] INFO -- : Refreshing Gem list I, [2012-12-05T04:19:32.941249 #5096] INFO -- :
2013 Mar 03
1
Deploy with Capistrano. Bundle install freezes indefinetly.
I am fighting with this for 5 days... i''m getting crazy! Here is my deploy.rb: require "bundler/capistrano" require "rvm/capistrano" # Load RVM''s capistrano plugin. set :rvm_ruby_string, :local # Or whatever env you want it to run in. ''1.9.3'' set :domain, ''www.xxx.com'' set :application,
2006 Jul 18
1
Capistrano Deployment on Dreamhost
I''m having trouble getting Capistrano to work on Dreamhost. I seem to be having problems logging in, but I can ssh fine to my dreamhost server from this machine. This doesn''t seem like a dreamhost specific thing to me, but I''m kind of stuck. Here''s the exception I get from "cap setup":
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)
2011 Apr 11
0
Suggestions for a secure rails setup regarding system users, groups and permissions.
Howdy. After much experimentation with Capistrano, my deploy.rb file seems to be working without problems, but I would like to verify what is recommended in regard to users, groups and permissions. I run Rails with Apache, Passenger, ImageMagick, Thinking Sphinx, and of course, deploy with Capistrano. Quite a bit of detail and text follow, so thanks for bearing with me. My system''s
2007 Oct 12
1
capistrano 2 error with DB server
Hi all I am trying to set up capistrano and it is failing when it tries to call an svn command on the db server, where svn is not installed. Here is the error message. ============================================================================ ============================================================================ [192.168.1.22] executing command [myserver.com] executing command **
2006 Sep 05
0
can't use rake deploy with Capistrano
Hello, When I do rake deploy I have an error. As you can see, capistrano tryes to ln a dir that already removed (and I think that the directory is never created by capistrano). Before this command I made rake remote:exec ACTION="setup" that executed the following command: mkdir -p -m 775 /home/explicadores/apps/tutor/releases /home/ explicadores/apps/tutor/shared/system
2009 Feb 15
2
Execute cap deploy:migrations fails
Hi there, I am trying to deploy a rails app on dreamhost. Here is the error message that I get: fatal: ''home/USER_NAME/DOMAIN_NAME/git/APPLICATION_NAME.git'': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly /Users/USER/.gem/ruby/1.8/gems/capistrano-2.5.3/lib/capistrano/recipes/ deploy/scm/git.rb:224:in `query_revision'': Unable to resolve
2007 Apr 03
2
mongrel cluster restart with capistrano fails but manually works
Hi all, I am out of my head here... I have a 3 node cluster with 10 mongrels running on each. When I deploy, I break all the mongrels every time. I have tried just about everything. I can restart my mongrels without a hitch manually, it''s only when I use cap deploy. Maybe I am missing something here... so if I can get some help it would be appreciated. The errors are the typical mongrel
2006 Jul 26
0
capistrano CLI automation - using capistrano as a library
Hi all, I''m trying to integrate Capistrano (thanks Jamis and DHH for such a lovely piece of software) into an application I''m writing. I can''t figure out, though, how to get output from capistrano when it''s used through the CLI or configuration class, however. I see that it implements a logger (Logger) and I see that starting on line 12 of the included
2006 Jun 28
0
Capistrano Command Worries
Hey all, I have a problem that I cannot wrap my head around. I have a capistrano task to kill my lighttpd process and restart it. Here is the subtask, stop_lighttpd, that fails: task :stop_lighttpd, :roles => :web do run "kill -9 `ps aux | grep lighttpd | grep #{deploy_to} | awk ''{print $2}''` > /dev/null" end I know for a fact that when stop_lighttp is
2013 Mar 14
1
Ubuntu 12.10 Nginx Rails 3.2.13. Deploy in sub URI. Nothing happens!
Dear friends, I followed the guide on http://techoctave.com/c7/posts/16-how-to-host-a-rails-app-with-phusion-passenger-for-nginx and successfully deployed two apps on the same web server, some months ago. Then when I upgraded to Rails 2.3.13.rc1 everything seems to be OK, but when I visit my app with the browser all that I get is the Welcome page from Nginx. Here is my nginx.conf:
2013 May 15
1
staging deploy connected to production database
I''m not sure why but I have both a staging and production deploy using the ''capistrano/ext/multistage'' gem. I set staging to the default: set :stages, ["staging", "production"] set :default_stage, "staging" It deploys correctly to the right path: #deploy/staging.rb set :deploy_to, "/home/myuser/public_html/mysite/" But it
2006 Jun 29
0
Restart/Deploy - Reaper can''t find PID
Hi I''ve been using Capistrano to deploy my application for around 3 months now, and in the last week or so the reaper part of the restart/deploy tasks is failing with the following message: executing task restart * executing "/home/user/myapp/current/script/process/reaper --dispatcher=dispatch.fcgi" servers: ["myapp.com"] [myapp.com] executing command **
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
2006 Mar 28
0
Capistrano: can''t get remote connection to work
I can''t get rake remote:exec ACTION=setup to complete successfully. I suspect there is a problem in authentication. The problem however isn''t RSA authentication, see earlier message: subj: Capistrano: remote setup fails, using RSA authentication I renamed my .ssh dir on the remote server and am now connecting via ssh-password authentication. I can connect via ssh w/o
2006 Jun 20
2
Capistrano, chmod, and revisions.log
background: One of our developers is just getting started with Capistrano, just getting together a rudimentary deploy.rb, copied from one of our contract developers who is just getting started a bit too. I''m the systems manager and a complete Rails and Ruby newbie (who, by the way, cannot thank Zed Shaw enough for mongrel and Bradley Taylor enough for mongrel_cluster :-)
2006 Jun 27
3
Capgem 0.1 Released
I''ve put up a first release of Capgem on Rubyforge. It''s available under the MIT license. Capgem is an extension to Capistrano which adds a pack task to Capistrano so you can package up your Rails application as a Gem. This is useful if you are in an environment where Capistrano''s remote deployment tools aren''t an option. Capgem currently adds start and stop
2007 May 20
1
SVN & Capistrano
I have my svn repository set up locally and working properly. I followed the instructions for local SVN deployment w/ capistrano (http://blog.wolfman.com/articles/2006/12/06/a-capistrano-scm-module- for-local-svn-access). I am able to connect to my server, however, it doesn''t put anything in the releases folder. Why is this? Also, in deploy.rb I set the repository to:
2006 Aug 13
1
Can''t setup Capistrano. Failed Authentication
I''m trying for the first time to use capistrano and things were going well until I tried to run ''cap setup''. This is what I get... cap setup loading configuration /opt/local/lib/ruby/gems/1.8/gems/capistrano-1.1.0/lib/capistrano/recipes/standard.rb loading configuration ./config/deploy.rb * executing task setup * executing "mkdir -p -m 775