tutorials on how to create strategy tháng 1 28, 2019 Edit Zenbot load a strategy by finding the file extensions/strategies/<strategy-name>/strategy.js . A strategy module export an object wi... Read More
Running a Node.js application using nvm as a systemd service tháng 1 24, 2019 Edit 1. Set up nvm Let's assume that you've already created an unprivileged user named myapp . You should never run your Node.js appl... Read More
How to run Gekko as a background service on startup using systemd tháng 1 24, 2019 Edit There are plenty of resources on how to run a node.js service with systemd, many could likely piece this together without help. This is a cl... Read More