Start server in background
Created by: StErMi
I followed this guide: https://github.com/gitlabhq/gitlabhq/wiki/Ubuntu.stable
I do everything connected via ssh to my VPS server in London logging with user gitlabhw
Everythinkg run very well and I start the server with this command:
bundle exec rails s -e production
How can I start the server in the background? I'm asking this because if I disconnect from that ssh connection the server (gitlahq) shut down with my connection.
Thank you very much.