hi
reinstall ubuntu
https://gekko.wizb.it/docs/installation/...ws_10.html
open the terminal
sudo apt-get update
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
node gekko --ui
open browser
http://localhost:3000
reinstall ubuntu
https://gekko.wizb.it/docs/installation/...ws_10.html
open the terminal
sudo apt-get update
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
node gekko --ui
open browser
http://localhost:3000