Topic: questions about configuring unicorn
I've been asked to get some RoR apps running inside unicorn. (on RHEL6)
This is my first time using RoR.
I installed ruby, and the unicorn gem. Did a rails new myapp,
My question. How does unicorn know about myapp? Is that part of the 'rails new myapp' ?
I have other apps on another server. I'd like to be able to copy them over to my server, and bounce unicorn, but obviously, unicorn wouldn't be aware of my app. Can someone explain how this is configured? I've searched the node, and I don't see a file called unicorn.conf.rb