By dshuleikin
Hello.
2 days I’m trying to deploy my r-o-r app. I’ll read all the tutorial about it, read all comments - nothing.
Installed 1-click R-o-R ubuntu + nginx + unicorn. Then I’m update ruby from 2.0.0 to 2.1.1 with rvm. Install all necessary gems for my app, and follow the instructions there (https://www.digitalocean.com/community/articles/how-to-1-click-install-ruby-on-rails-on-ubuntu-12-10-with-digitalocean). I browser - 504 gateway error, when I’m starts unicorn from app folder - everything works.
In what direction I must follow to resolve this problem
Thank you
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Is there any information in the relevant log files that might shed some light: <br> <br>/var/log/nginx/error.log <br>/home/unicorn/unicorn.conf <br> <br>
/home/unicorn/unicorn.conf <br> <br>listen “127.0.0.1:8080” <br>worker_processes 2 <br>user “rails” <br>working_directory “/home/rails” <br>pid “/home/unicorn/pids/unicorn.pid” <br>stderr_path “/home/unicorn/log/unicorn.log” <br>stdout_path “/home/unicorn/log/unicorn.log” <br> <br> <br>/var/log/nginx/error.log - is empty
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.