Ruby on Rails Thursday, February 27, 2014

On Thu, Feb 27, 2014 at 7:59 AM, Walter Lee Davis <waltd@wdstudio.com> wrote:
> For all other forms of deployment (public) you would have a Web server to front-end requests and pass them along to your Rails app, which would be running in Passenger or Thin or another application server.

Yes, and that "another application server" needs to be started, so --
not sure what your point is.

To the OP - one app server, Puma, comes with an init.d script; you
might get some ideas from that even if you choose another server.

( See <https://github.com/puma/puma> under 'tools' )

Good luck,
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
http://about.me/hassanschroeder
twitter: @hassa

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAztAUtga9gZcGS3FbX85kLu1KouWtLW0M%2BGXK63HdMsw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment