Report this

What is the reason for this report?

How do I keep ruby on rails alive when I close the terminal?

Posted on January 13, 2015

I have set up a ruby on rails blog but when I close the terminal the site doesnt work. I want to be able to enter the site even though my server is not open. How can I do that? 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.

For any process that must remain running when you disconnect and is not a daemon (runs in the background) then you can use screen to background the process and safely disconnect.

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.