No description
Find a file
2017-12-22 06:12:08 +05:30
conf nginx fix and updated readme 2017-12-22 04:50:15 +05:30
scripts Double code fix in install 2017-12-22 06:12:08 +05:30
sources First commit 2017-12-21 12:20:25 +05:30
check_process First commit 2017-12-21 12:20:25 +05:30
LICENSE nginx fix and updated readme 2017-12-22 04:50:15 +05:30
manifest.json nginx fix and updated readme 2017-12-22 04:50:15 +05:30
README.md nginx fix and updated readme 2017-12-22 04:50:15 +05:30

Gekko

Install Gekko with YunoHost

Gekko is a free and open source Bitcoin TA trading and backtesting platform connects to popular Bitcoin exchanges https://gekko.wizb.it/

After installation

Do cd /var/www/gekko and run node gekko --ui (To-do run the service as daemon) OR Install PM2 npm install pm2 -g | and run gekko with PM2 pm2 start gekko.js --name gekko -- --ui. For more information on PM2 visit http://pm2.keymetrics.io/

To-do

  • Install script
  • Remove script
  • Upgrade script
  • Backup and Restore scripts(need testing)
  • Run as daemon