Regarding: deployment

Hi, I am very new to deploy process… i have an ror application and i
am using netbeansIDE6.5. i dont know how to deploy and move the
application to production mode . Please explain me how to deploy in step
by step

Pradheep R.b wrote:

Hi, I am very new to deploy process… i have an ror application and i
am using netbeansIDE6.5. i dont know how to deploy and move the
application to production mode . Please explain me how to deploy in step
by step

hey u need to have phusion passenger to deploy ror application

On Wed, Oct 14, 2009 at 8:10 AM, Pradheep R.b [email protected]
wrote:

Hi, I am very new to deploy process… i have an ror application and i
am using netbeansIDE6.5. i dont know how to deploy and move the
application to production mode . Please explain me how to deploy in step
by step

There are many ways to deploy a Ruby on Rails application. It depends
mostly on which web and application servers you’re using. I would
recommend reading the documentation for the one you choose (Phusion
Passenger is one of the alternatives, but there are others) as a
starting point. There are also several tools that help you with
getting the code to be deployed from your source repository to the
application server. The most popular ones seem to be Capistrano and
Vlad the Deployer. I recommend you read their documentation as well,
and pick the one that suits you the most.

I bought Ezra’s “deploying rails apps” book and built a heavyweight
environment with apache proxy, pen load-balancing proxies, multiple
mongrel processes, monit to start and monitor them all.

Then I discovered Phusion Passenger and threw it all away :slight_smile:

Strongly recommended.