mirror of
https://github.com/YunoHost-Apps/gekko_ynh
synced 2026-02-03 22:31:53 +01:00
No description
| conf | ||
| scripts | ||
| sources | ||
| check_process | ||
| LICENSE | ||
| manifest.json | ||
| README.md | ||
Gekko
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
