I have the code and db set up on the server. I run the command rails s, but the server shutsdown once my local system shuts down. Is there a way to keep the webserver running on the server. Capistrano might not be necessary as i have the code on the server itself. Webrick is the webser am currently using.
This is first deployment and any help will be much appreciated.
Thanks in advance.