On Thu, Feb 27, 2014 at 7:59 AM, Walter Lee Davis <[email protected]> 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 ------------------------ [email protected] 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 [email protected]. To post to this group, send email to [email protected]. 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.

