similar to: Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)

Displaying 20 results from an estimated 2000 matches similar to: "Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)"

2008 Jan 17
6
Webistrano on Windows
Greetings. I just read a note on Webistrano''s website about Webistrano not running on Windows. Does anyone know if there''s a patch to get it running? I''d like to use this tool, but I''m using Windows XP for the time being and need to deploy from there. When I tried running Webistrano for the first time last night it threw an exception when trying to start the
2007 Aug 29
0
Re: Webistrano - A Web UI for managing Capistrano depl
Jonathan Weiss wrote: > I''m happy to announce the release of Webistrano - a Web UI for managing > Capistrano deployments. Jonathan, This looks fantastic! I''m sure it will come in useful in our team for managing deployments. Cheers, Tom -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2007 Aug 29
0
Re: Webistrano - A Web UI for managing Capistrano depl
Jonathan Weiss wrote: > ...I''d love > to hear your feedback and suggestions. I''ve looked at it, and I''m planning to try it out as soon as I have time. From what I''ve seen so far, it''s a lovely piece of work. I''ll be sure to share whatever I find out. --Al Evans -- Posted via http://www.ruby-forum.com/.
2009 Nov 10
0
File.open to open Remotely
I know that this question looks like a Webistrano question but since I don’t know much about Ruby, I thought it might be a simple Ruby question too. We have installed Webistrano and Capistrano install on some server (let’s say Server1). I have created a Webistrano project and inside it I have defined my Host to be ‘Server2’. I have this Ruby code inside my project: require
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 Dec 04
0
deprec - deployment recipes for capistrano
http://codemode.blogspot.com/2006/11/deprec-install-rails-stack-and-deploy.html deprec is a new rubygem to make deployment of your Rails app with Capistrano a breeze. cap install_rails_stack This recipe installs everything you need to prepare an Ubuntu linux 6.06 server to host your Rails application: - apache 2.2 with mod_proxy_balancer - mongrel & mongrel cluster - rails - mysql These
2007 Mar 05
2
Any capistrano email recipes?
I''d like to set up capistrano to send an email whenever we do a deployment. Just start an SMTP session with localhost and shoot off the email. I have all the code to do that actually, I just don''t know how to run some Ruby code on the deployment server. Anyone know how to do that, or do you have an email recipe? Pat --~--~---------~--~----~------------~-------~--~----~ You
2007 Jul 09
8
Capistrano mongrel recipes and /usr/local/bin
Hello, I''m trying to deploy my application with Capistrano using Mongrel recipes. Since I''ve installed Ruby from source code, mongrel scripts are found in /usr/local/bin. But the recipes can''t find mongrel_rails : "bash: mongrel_rails: command not found". The path of the user account used to deploy is OK. For sure, I can redefine
2008 May 28
0
mongrel_rails cluster::restart task via capistrano mongrel_cluster/recipes problem.
Hi Guys, I hope its ok to post to this list. I have a rails on ubuntu deployment stack which consists of: locally: cap 2.3.0 and all latest deps server side: apache 2.3, mongrel_cluster, mod_proxy and git on the same host. I am connecting to my remote host via ssh with agent and pass phrase. All is good until my first mongrel task, deploy:restart task. I have included the
2005 May 29
0
Ruby presentation
Cheers, I uploaded my Ruby presentation that I held in March for some colleagues to my blog. The presentation is an introduction and overview to Ruby in German. There is also a small part about Ruby on Rails but the focus is on the features on Ruby. Maybe it''s of use for somebody. You can find it here: http://blog.innerewut.de/articles/2005/05/29/my-ruby-presentation Jonathan --
2008 Apr 16
10
Is Phusion Passenger (mod_rails) good for single app servers
There is a lot of hype over mod_rails, but from my understanding it is more geared for servers with a number of apps on it. The reason it seems that way is how it frees up the memory if an app is stagnant for an extended period. The freeing up of the memory may not be an issue if the application gets a continuous traffic flow. I have a site that I will be putting up in a couple days and am
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
2008 Mar 25
0
Suggestions for Rails Patterns
Cheers, Next week I''m going to present Rails Patterns at the Scotland on Rails conference. The idea is to talk about common pitfalls and problems that I''ve encountered in many of the Rails projects I''ve been involved with and describe a solution or best practice. I''ve already assembled several scenarios like async media processing, handling massive user
2007 Oct 24
0
[Q] capistrano recipe for deployment
Anyone have a working (or even semi-functional) capistrano recipe for deploying merb apps? If not, I guess I''ll have to write one... ;-) cr
2009 Jan 19
2
Action working in local, not working once deployed
Hello I have a form (new/create) which works well in local, but not when deployed where it keeps being redirected to the index action when I submit. Here is what I have done so far : - de-Ajaxified the form to be pure HTML - put a logger.info on the first line of the create action and realised I did not pass through the action - I have suppressed all the before_filter actions for this controller
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
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:
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
2007 Jun 06
0
Capistrano: Port in SVN
. . . * executing "sudo chmod -R g+w /usr/local/svn/project_name" servers: ["project_name.com"] [project_name.com] executing command command finished * executing task svn_import Adding branches and tags ssh: connect to host project_name.com port 22: Connection refused svn: Connection closed unexpectedly Importing application. ssh: connect to host
2006 May 24
0
capistrano on windows
I''m trying to deploy my app to the production server (on dreamhost) from a windows box. however, all I get is "rake aborted" without any further error messages. I have no idea where to even start debgging this. I''ve checked and re-checked the details in deploy.rb but otherwise I''m stumped. any ideas anyone? thanks al output from command line: