Installing Gekko on Ubuntu, Debian and other deb based distros

  • sudo apt-get update
  • sudo apt-get install nodejs
  • sudo apt-get install npm
  • nodejs -v

    cd ~

  • git clone git://github.com/askmike/gekko.git -b stable 
  • cd gekko
  • npm install --only=production

Starting Gekko

After all the above you can start Gekko by running the following in your terminal:

node gekko --ui 

Updating Gekko

If you installed Gekko via git, simply run:

git pull npm install --only=production