On Jun 26, 2014, at 9:01 AM, Josu Lazkano wrote: > Hello, > > I am new in this mail list. I want to ask about the execution of the > Rails service. > > I normally execute the rails process this way: > > rails server > > This way I can not log out and keep the service running. Is there any > way to execute as a service? something like apache2? > (/etc/init.d/apache2 start)?
Here's a quick overview with a lot of options: http://rubyonrails.org/deploy/ I used Passenger for my first sites, it was just about as easy as PHP deployment. Walter > > Thanks and regards. > > -- > Josu Lazkano > > -- > 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/CAL9G6WXSdF_AMhDSAb2fD28vAQsvQfE8oyQ11aJis9SqjeLSxg%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. -- 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/9B365FDB-C0C7-4B66-B862-E283E209CDFB%40wdstudio.com. For more options, visit https://groups.google.com/d/optout.

