05-21-2018, 08:17 PM
(05-21-2018, 06:12 PM)pingywon Wrote: OK! I got it running.
thanks for all the help guys.
Here are my notes on how I got it to work on rasb pi 3
Code:curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
sudo apt-get install git
git clone git://github.com/askmike/gekko.git
cd gekko
npm install --only=production (Ignore warnings and WAITTTTTT)
npm install talib
npm install tulind
sudo apt autoremove
node gekko --ui
cd ~/gekko/web/vue
nano UI.config (for headless mode)
Now to just get it to run at boot up
Glad you've got it working, I've got a pi3 that I'm going to be using soon.
Is that from a fresh install?
Have you added any of the backtesting algorithms?
If you do I'd appreciate if you added the steps you take to get them working.