Hello!
I am developing a Rails 3 application and I have installed Capistrano on the client side and Passenger with Apache 2 on the server side.
I make a deployment and the files are sent to a folder called u/apps/
.
But when I visit the IP address I am currently using I only get to an empty folder, how do I configure apache to look for my app in the current folder? So that I only need to visit my IP/domain to see my app?
This deployment stuff is killing me!
Thanks!