Report this

What is the reason for this report?

how to use the one click install for rails

Posted on July 15, 2014

Hi, I have been folowing the rails 1 click tutorial: https://www.digitalocean.com/community/tutorials/how-to-1-click-install-ruby-on-rails-on-ubuntu-12-10-with-digitalocean

The first step is broken and I can’t see the rails app.

Once you create the droplet, navigate to your droplet’s IP address (http://IP), and verify that you have Rails running:

return :

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. >Further configuration is required.

For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com.

Thank you for using nginx.

is there anyoen who could help me?

thanks



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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

It should be running by default when you launch the droplet. If not you can start it by running:

service unicorn start

If that doesn’t work, can you share the contents of your error logs? Run:

tail  /home/unicorn/log/unicorn.log
tail /var/log/nginx/error.log

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.