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 ?
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