Reputation: 4299
After fighting through a lot of issues, I was able to deploy my Rails app ... but now the whole Rails directory structure is in the /var/www/-myappname-/releases/-datetimestamp- folder
I expected the app to get put into /var/www/-myappname- so that the routing would work? What am I missing here? Did I forget a step?
Upvotes: 0
Views: 87
Reputation: 10593
This is done for couple of reasons
Also, current release should be symlinked to /var/www/-myappname-/current
and that's there your server should point to.
Upvotes: 2