I just wanna put Gekko in some VM such as Digital Ocean and let it run as a service.
Not 100% what you mean with run gekko as a service. You can definitely run it in the cloud and it will be up 24/7 (which is what a lot of people do).
Most people use nginx as a revere proxy, this allows you to password protect access to Gekko.
If you go to this page: https://gekko.wizb.it/docs/installation/installing_gekko_on_a_server.html
If this does not answer your question, please comment and let me know what you mean!
I think by "service" he may mean in the background/daemon. So even if the server reboots or if you lose your SSH connection it'll still be running.
I use PM2 myself: http://pm2.keymetrics.io/
Thanks a lot @imkane .
Most helpful comment
I think by "service" he may mean in the background/daemon. So even if the server reboots or if you lose your SSH connection it'll still be running.
I use PM2 myself: http://pm2.keymetrics.io/