Init script for unicorn

28 Mar 12:33

Today I wanted to share with you a useful init script for rails application which use unicorn.
It allows you to start/stop/restart unicorn easy. Also it provide "hot" reload of unicorn.

Get up several applications using nginx, unicorn and rvm

Today I wanted to tell you how to get up several ruby on rails applications probably based on different ruby versions.
I used for it unicorn, rvm and nginx.