Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Deploying Apps
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Joseph Faisal Nusairat  
View profile  
 More options Sep 8 2008, 2:47 pm
From: "Joseph Faisal Nusairat" <nusai...@gmail.com>
Date: Mon, 8 Sep 2008 14:47:49 -0400
Local: Mon, Sep 8 2008 2:47 pm
Subject: Deploying Apps

Quick question, is Capistrano the way to go still to deploy apps?

I did upgrade the server to use mongrel instead of fast cgi


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chad Pry  
View profile  
 More options Sep 8 2008, 2:51 pm
From: Chad Pry <chad....@gmail.com>
Date: Mon, 8 Sep 2008 14:51:00 -0400
Subject: Re: [CRB] Deploying Apps
Joseph,

We are using capistano in our company and could not accomplish the  
deployment standards we observe without it.  That being said, I hear  
vlad the deployer is a simplier approach to the same idea.  One of  
those two should definitely offer a lot to any deployment scheme.

Chad

On Sep 8, 2008, at 2:47 PM, Joseph Faisal Nusairat wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Fiorini  
View profile  
 More options Sep 8 2008, 2:54 pm
From: "Joe Fiorini" <j...@faithfulgeek.org>
Date: Mon, 8 Sep 2008 14:54:14 -0400
Local: Mon, Sep 8 2008 2:54 pm
Subject: Re: [CRB] Re: Deploying Apps

I just setup a staging environment for myself last week and am using
Capistrano to deploy to it. Still not using it to deploy to live, however,
for some strange reason. And the setup to deploy to two different
environments isn't exactly straightforward.
-Joe

--
joe fiorini
http://www.faithfulgeek.org
// freelancing & knowledge sharing

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh Schairbaum  
View profile  
 More options Sep 8 2008, 2:56 pm
From: Josh Schairbaum <mailing-li...@joshuaschairbaum.com>
Date: Mon, 8 Sep 2008 14:56:13 -0400
Local: Mon, Sep 8 2008 2:56 pm
Subject: Re: [CRB] Re: Deploying Apps
I use Vlad for everything.  If you've got something simple, Vlad is  
the way to go.  Capistrano fits a real need, but it's way overkill for  
most deployments.  You can use Vlad w/ Mongrel, Thin, and Passenger.  
I believe that it also supports SVN, GIT, and perhaps Hg.

Regards,
Josh
On Sep 8, 2008, at 2:51 PM, Chad Pry wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh Schairbaum  
View profile  
 More options Sep 8 2008, 2:58 pm
From: Josh Schairbaum <mailing-li...@joshuaschairbaum.com>
Date: Mon, 8 Sep 2008 14:58:27 -0400
Local: Mon, Sep 8 2008 2:58 pm
Subject: Re: [CRB] Re: Deploying Apps

Joe,

I believe that Ryan Briones gave a good talk on Cap 2.0 when it came  
out.  He details how to set multiple deployment environments.  You  
would be able to do something like `cap production deploy` or `cap  
staging deploy`.

Ryan,

Do you still have those slides?

Josh

On Sep 8, 2008, at 2:54 PM, Joe Fiorini wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ryan Briones  
View profile  
 More options Sep 8 2008, 3:03 pm
From: "Ryan Briones" <ryan.brio...@brionesandco.com>
Date: Mon, 8 Sep 2008 15:03:52 -0400
Local: Mon, Sep 8 2008 3:03 pm
Subject: Re: [CRB] Re: Deploying Apps

The talk that Josh is referring to is "Capistrano 2.0: In the Wild" that I
gave in November.

http://brionesandco.com/ryanbriones/2007/12/capistrano-2-in-wild.html
I have a followup talk that I gave at Cinci-ART, SEMI.rb and OSCON called
"Commanding your SSH Universe with Capistrano". It tanked at OSCON, but the
slides are still good:

http://brionesandco.com/ryanbriones/2008/07/slides-from-oscon2008.html

Thanks for the plug, Josh. :)

On Mon, Sep 8, 2008 at 2:58 PM, Josh Schairbaum <

--
Ryan Carmelo Briones

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
g iams  
View profile  
 More options Sep 8 2008, 3:13 pm
From: g iams <ge.i...@gmail.com>
Date: Mon, 8 Sep 2008 15:13:55 -0400
Local: Mon, Sep 8 2008 3:13 pm
Subject: Re: [CRB] Re: Deploying Apps
On 08 Sep, 2008, at 14:56 , Josh Schairbaum wrote:

> If you've got something simple, Vlad is the way to go.  Capistrano  
> fits a real need, but it's way overkill for
> most deployments.

I second that, having invested the time it takes to learn Capistrano  
for what I now realize to be just another simple deployment.  If I  
remember correctly, that was the primary motivation for Vlad's  
inception.

Also, with deployment being mentioned, be sure to checkout the newly-
released Daemon Controller (http://tinyurl.com/5murec) if the need is  
there.  I'm just getting started with it, but it's already proven  
itself to be a great way to migrate the responsibility of managing the  
daemons an app depends on to a more obvious place: the app itself (and  
not its deployment!).

That's all I've got.
--
-gary


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joseph Faisal Nusairat  
View profile  
 More options Sep 18 2008, 8:11 pm
From: "Joseph Faisal Nusairat" <nusai...@gmail.com>
Date: Thu, 18 Sep 2008 20:11:48 -0400
Local: Thurs, Sep 18 2008 8:11 pm
Subject: Re: [CRB] Re: Deploying Apps

Josh

Hey there i tried vlad out. I am using mongrel + svn so i figured it'd be
fairly simple

my issue now is it wants to run mongrel_rails cluster::configure

... i didnt create a cluster file. I am only running it on one port. And i
cant see from the settings how to disable it from running that because it
ends up throwing an error when setting it up saying -

"ERROR RUNNING 'cluster::configure': Plugin /cluster::configure does not
exist in category /commands"

any ideas?
thanks

On Mon, Sep 8, 2008 at 2:56 PM, Josh Schairbaum <

--
"When the planes hit the Twin Towers, as far as I know none of the phone
calls from the people on board were messages of hate or revenge - they were
all messages of love. If you look for it, I've got a sneaky feeling you'll
find that love actually is all around. "
- "Love Actually"

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh Schairbaum  
View profile  
 More options Sep 23 2008, 12:35 pm
From: "Josh Schairbaum" <mailing-li...@joshuaschairbaum.com>
Date: Tue, 23 Sep 2008 12:35:15 -0400
Local: Tues, Sep 23 2008 12:35 pm
Subject: Re: [CRB] Re: Deploying Apps

Joseph,
Sorry, I'm behind on my mailing lists.  I think the easiest thing that might
work would be to just setup a cluster of a single server.  You'll need to
have init scripts for a single mongrel instance, so you might as well set it
up for a cluster which would give you the flexibility to grow for the
future, with no performance penalty in the short run.

Regards,
Josh

On Thu, Sep 18, 2008 at 8:11 PM, Joseph Faisal Nusairat
<nusai...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »