Ruby on Rails Monday, August 13, 2018

On Sun, Aug 12, 2018 at 9:17 PM, joe@via.net <joe@via.net> wrote:
> I have a rails site that I have developed on my MAC. I have a Xen server
> that I want to spin up a VM and run the site on.
> What's the easiest way to get the site from my MAC to the Xen server and run
> it with a real web server - not webrick.

Wow, how old is this app? I think puma has been the default Rails
server since maybe 4.2? Or at least 5.0...

Regardless, most people deploy via Capistrano. It can be a little bit
fiddly to set up but once configured it's as simple as `cap deploy`.

HTH!
--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

--
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/CACmC4yCX7K_hw2i%2BjhUJskQMQcv_b-ecbMR6v64NTJTT2dfSMA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment