Tagged in

Unicorns

praaveen
praaveen
Technical blog
More information
Followers
5
Elsewhere
More, on Medium

Rails 5 deployment with nginx-unicorn-postgress-rbenv

In this blog i’m sharing the steps I observed to deploy the rails with nginx-unicorn. Initially I faced some issues with RVM so tried with rbenv. You can try with RVM as well.


Running two rails application on unicorn with nginx

Refer this link for single rails application deployment.

Unicorn

Follow the similar steps from previsions blog. Except Ngnix part, because now nginx/sites-available/default will have a…