Gekko: [Question] Can I run Gekko as a service using nginx or anything?

Created on 29 Jun 2017  路  3Comments  路  Source: askmike/gekko

I just wanna put Gekko in some VM such as Digital Ocean and let it run as a service.

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/

All 3 comments

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

  • under "Configuring Gekko to run in the cloud" you can find how to setup Gekko
  • under "Configuring NGINX as a reverse proxy" you find a basic guide on how to put nginx in front of it.

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 .

Was this page helpful?
0 / 5 - 0 ratings