-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Runing in cloud! #505
Comments
As soon as you want to run gekko live it is highly recommended to do this in the cloud! However, you do need shell access because you need to install Nodejs and gekko's dependencies. So a shared hosting provider (like 000webhost) does not work. I always use digitalocean (their cheapest VPS box can run almost 10 gekkos at the same time), but you can also check out vultr or AWS or any other online cloud company that offers a VPS. I am (very slowly) working on gekko.wizb.it. It will host a lot of information about Gekko and I am thinking about offering a hosted Gekko service at some point. |
@askmike good to know about gekko.wizb.it. I have a VPN on DigitalOcean and I tried to run gekko there. It works, but once I disconnect from the server the bot stops. Is it right? Should I start any other service/server to keep it running? |
When you start gekko in an SSH session it will kill Gekko when you close
that. In order to keep Gekko running you need to run it using something
else.
My advice is to use PM2:
http://www.nikola-breznjak.com/blog/javascript/nodejs/using-pm2-to-run-your-node-js-apps-like-a-pro/
…On Wed, Jan 25, 2017 at 5:18 PM, tregismoreira ***@***.***> wrote:
@askmike <https://github.com/askmike> good to know about gekko.wizb.it.
I have a VPN on DigitalOcean and I tried to run gekko there. It works, but
once I disconnect from the server the bot stops. Is it right? Should I
start any other service/server to keep it running?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#505 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA7MDwG3oiHyoBit_0-XMSQukQAZcKlpks5rV4PYgaJpZM4K3hAC>
.
--
PGP key at keybase.io/mikevanrossum
<https://keybase.io/mikevanrossum/key.asc>
|
Or look into screen and SSH that would keep your session alive and you could get back into it? |
yes, that would work as well
…On Wed, Jan 25, 2017 at 5:35 PM, hoddy ***@***.***> wrote:
Or look into screen and SSH that would keep your session alive and you
could get back into it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#505 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA7MD-xmIDv3sN4kzZ6RcWwj4tUdcOedks5rV4fNgaJpZM4K3hAC>
.
--
PGP key at keybase.io/mikevanrossum
<https://keybase.io/mikevanrossum/key.asc>
|
Is it possible to run gekko in the cloud hosted at 000webhost for example? If yes, is there any tutorial on how to do this?
The text was updated successfully, but these errors were encountered: