01-28-2018, 03:46 PM
Hi
first install nodejs as a winInstaller
download Gekko-stable //copie for example to desktop
click windows Start and enter:
CMD. now RIGHT-CLICK and choose "RUN AS ADMINISTRATOR"
open folder:
.../desktop/gekko-stable //in the folder window click into adressBar and copy the FOLDER-LOCATION-ADRESS
click CMD-window and type:
cd //type: cd(space)
right-click into CMD--> choose paste
example:
cd C:\Users\(((your-name)))\Desktop\gekko-stable
press enter
now install the REST:
start gekko
goto your browser and enter adress:
http://localhost:3000
first install nodejs as a winInstaller
download Gekko-stable //copie for example to desktop
click windows Start and enter:
CMD. now RIGHT-CLICK and choose "RUN AS ADMINISTRATOR"
open folder:
.../desktop/gekko-stable //in the folder window click into adressBar and copy the FOLDER-LOCATION-ADRESS
click CMD-window and type:
cd //type: cd(space)
right-click into CMD--> choose paste
example:
cd C:\Users\(((your-name)))\Desktop\gekko-stable
press enter
now install the REST:
Code:
npm install --only=production //dependencies for Gekko
Code:
npm install windows-build-tools --global --production //winTools WAIT PATIENT.....
Code:
npm install tulind --only=production //indicators
start gekko
Code:
node gekko --ui
goto your browser and enter adress:
http://localhost:3000