05-21-2018, 06:12 PM
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
Now to just get it to run at boot up
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