By pywebdesign
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!
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
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.