I have a ruby on rails 3 app running on my local machine, and I'd like to deploy it onto a cPanel shared server now, where I have shell access. I know mongrel isn't supported as of now on cPanel, but I believe there are other solutions such as unicorn and passenger. Unfortunately, I don't know enough on how to judge which one is right, and I'm not even sure whether I can use unicorn / passenger to deploy my app given my server environment.
Could someone give me some guidance on which one to pick (or alternatives) and how to use them?
