Ruby on Rails Friday, August 7, 2015



On Friday, August 7, 2015 at 2:43:58 PM UTC+1, Ankit Sharma wrote:

Hi All,

I am a newbie in rails and need help in deploying the rails app to AWS. I need to set up the servers(unicorn and nginx) on AWS for a rails app. Also, i need to set up a staging environment for testing the app which should be accessible with a url like staging.sitename.com. Do i need to create another instance and point the domain staging.sitename.com to this instance for the staging env or it can be done with same instance ?

You can do it either way, but personally I'd always keep staging and production as separate as possible.

Fred 

--
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/acd9cde0-8e8a-45fb-bc7b-9669fa4c439b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment