You probably want to set roles. From the "project details" section:

role :app, "your app-server here"
role :web, "your web-server here"
role :db,  "your db-server here", :primary => true

On Wed, Jul 16, 2008 at 4:21 PM, Jared Nedzel <[EMAIL PROTECTED]> wrote:

>
> Sorry for the noob question.  I've read the getting started section
> for rails: http://capify.org/getting-started/rails but I can't figure
> this out.
>
> My development environment is my laptop running OS/X.  My development
> server is a linux box, accessible via ssh.  How do I specify the
> hostname of the production server to capistrano?  I've edited
> the :application, :repository, :deploy_to, etc. sections in
> deploy.rb.  But nothing in there tells capistrano the hostname.  So
> I'm clearly missing an important concept.
>
> Thanks,
>
> Jared
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to