I used complete_passenger_mysql
recipe and successfully deployed the app.
Last command I saw was, '* 2013-11-10 03:36:59 executing
cleanup''`, and then it automatically ended the session, without any error.
So, I guess, deployment was successful.
Now, when I try to browse my app, it just lists files/directories of my app's public
directory ( 404.html, 422.html, 500.html , assets folder etc.)
So, I think apache is working fine. But rails server is not live. Do I need to do anything special for that ? I just did cap deploy
to deploy the app.