As always, Colin has at least one good point.  And I would add to
that.

Initially, you asked what is meant by deployment.  Several people did
provide the answer to that question, at which point this topic could
safely have been considered "closed."

Being resourceful is always a good idea.  However, this thread has
turned quickly from a question about the meaning of deployment to
"please step me through deployment of an application."  ;-)

On Apr 18, 8:07 am, Colin Law <clan...@googlemail.com> wrote:
> On 18 April 2011 10:00, amrit pal pathak <amritpalpath...@gmail.com> wrote:
>
> > ...
> >     it will be created as rake db:create (after specifying in the
> > production enviornment i,e database: production)??  and to
> >> start the server in production mode.
>
> To create the production database
> RAILS_ENV=production rake db:migrate
>
> The setting for RAILS_ENV tells it which settings to use from
> database.yml (production or development normally)
>
> to start server in production mode
> script/server -e production
>
> Googling for
> rails create production database
> and
> rails start server production
> would probably have got you the answer to these much quicker than waiting 
> here.
>
> Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to