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
Rails Deployment
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
  8 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
 
PoTtEr  
View profile  
 More options May 13 2009, 11:32 am
From: PoTtEr <bruno.gardina...@gmail.com>
Date: Wed, 13 May 2009 08:32:48 -0700 (PDT)
Local: Wed, May 13 2009 11:32 am
Subject: Rails Deployment
Guys, HELP!

How do I deploy a Rails Web app? I need a for dummies tutorial.
Anyone, please, HELP. Yes I'm a total idiot in the subject but it is
for a college paper, so I need it pretty URGENT

Thank you for your time.


 
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.
Anthony Ettinger  
View profile  
 More options May 13 2009, 4:33 pm
From: Anthony Ettinger <ettin...@gmail.com>
Date: Wed, 13 May 2009 13:33:17 -0700
Local: Wed, May 13 2009 4:33 pm
Subject: Re: [Rails-deploy] Rails Deployment
capistrano is the easiest way.

On Wed, May 13, 2009 at 8:32 AM, PoTtEr <bruno.gardina...@gmail.com> wrote:

> Guys, HELP!

> How do I deploy a Rails Web app? I need a for dummies tutorial.
> Anyone, please, HELP. Yes I'm a total idiot in the subject but it is
> for a college paper, so I need it pretty URGENT

> Thank you for your time.

--
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name

 
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.
gers32  
View profile  
 More options May 14 2009, 7:53 am
From: gers32 <cbu.ki...@gmail.com>
Date: Thu, 14 May 2009 04:53:49 -0700 (PDT)
Local: Thurs, May 14 2009 7:53 am
Subject: Re: Rails Deployment
I read "Deploying Rails Applications":
http://www.pragprog.com/titles/fr_deploy/deploying-rails-applications

and followed it step-by-step (except for the Capistrano part, because
I didn't have enough time...); it helped me a lot.

Good luck,

Chris.

On May 13, 4:32 pm, PoTtEr <bruno.gardina...@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.
Anthony Ettinger  
View profile  
 More options May 14 2009, 1:55 pm
From: Anthony Ettinger <ettin...@gmail.com>
Date: Thu, 14 May 2009 10:55:06 -0700
Local: Thurs, May 14 2009 1:55 pm
Subject: Re: [Rails-deploy] Re: Rails Deployment
That book is great...but it should be updated to focus on using
Passenger instead of mongrel.

I went the mongrel route after reading that book, and just recently
switched over to Passenger...it is *much* more stable and easier to
deploy. No need for monit or god to manage mongrel instances. My app
has not crashed since the switch.

--
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name

 
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.
Andrew Semprebon  
View profile  
 More options May 14 2009, 5:50 pm
From: Andrew Semprebon <sempre...@gmail.com>
Date: Thu, 14 May 2009 17:50:22 -0400
Local: Thurs, May 14 2009 5:50 pm
Subject: Re: [Rails-deploy] Re: Rails Deployment

Yeah, definitely use passenger if you can. Much less administration.

On Thu, May 14, 2009 at 1:55 PM, Anthony Ettinger <ettin...@gmail.com>wrote:

--
--
Andrew Semprebon
Phone: cell: 703 980-3726 / home: 703 527-3106
Blog: http://semprebon.blogspot.com/
AIM: asemprebon
Twitter: @semprebon

 
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.
Bob O  
View profile  
 More options May 14 2009, 9:31 am
From: Bob O <sngndn...@gmail.com>
Date: Thu, 14 May 2009 06:31:21 -0700 (PDT)
Local: Thurs, May 14 2009 9:31 am
Subject: Re: Rails Deployment
I had trouble my first time i searched for ever to find the best
solution..

Then i found Moonshine.

Check them out on git hub...They are the bomb!

Good Luck

On May 13, 9:32 am, PoTtEr <bruno.gardina...@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.
Vitaly Kushner  
View profile  
 More options Jul 7 2009, 11:31 am
From: Vitaly Kushner <vita...@gmail.com>
Date: Tue, 7 Jul 2009 08:31:55 -0700 (PDT)
Local: Tues, Jul 7 2009 11:31 am
Subject: Re: Rails Deployment

On May 13, 11:33 pm, Anthony Ettinger <ettin...@gmail.com> wrote:

> capistrano is the easiest way.

Actually "Vlad" is even easier: http://rubyhitsquad.com/Vlad_the_Deployer.html


 
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.
Rafael G.  
View profile  
 More options Jul 7 2009, 12:23 pm
From: "Rafael G." <r...@aspgems.com>
Date: Tue, 07 Jul 2009 18:23:23 +0200
Local: Tues, Jul 7 2009 12:23 pm
Subject: Re: [Rails-deploy] Rails Deployment
PoTtEr wrote:
> Guys, HELP!

> How do I deploy a Rails Web app? I need a for dummies tutorial.
> Anyone, please, HELP. Yes I'm a total idiot in the subject but it is
> for a college paper, so I need it pretty URGENT

> Thank you for your time.

Read www.capify.org very useful :-)

--
Rafa


 
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 »