简体   繁体   中英

Rubber not starting rails server

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.

please check the log file on server

deployed_path/current/log/production.log

or you can try this in console of the server

$ RAILS_ENV=production rails c

The db config will make issue if it's wrong.

config/database.yml

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM