Install On Server - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html) +--- Thread: Install On Server (/thread-57231.html) |
Install On Server - munvier - 06-01-2018 Hello there, I'm quite new to gekko but i've managed to install it with no problems, testing strategies etc. There's one thing i don't understand with the whole nodejs thing is how you keep that running forever ? Does Gekko, besides the market data, stores everything in live so if it crashes, you have to recreate all live markets watchers, trading bots etc ? To sum up, what is the best solution to have it running forever without having a ssh terminal locked on node gekko --ui ? Thanks ! RE: Install On Server - Gryphon - 06-05-2018 Look into PM2 - there is a guide to it on this forum. It's a process manager for node. Easy to install/setup and will restart gekko if it crashes, and restart on server reboot if you set it to. Running gekko UI, you won't be able to restore traders/watchers etc. You'll need to start them each as CLI instances of gekko. |