Minor update to gekko.wizb.it / installation
#1
Hi Mike,

Could you consider amending the "installing gekko on windows" section of gekko.wizb.it / "Install Gekko Broker's dependencies" section, as follows -


Code:
cd exchange
npm install --only=production
cd ..

The 'cd ..' is missing and that one omission seems to account for a very high number of posts both here and on the git issues tracker, I've just noticed! Smile

Ta!
  Reply
#2
Great idea.

Fixed the docs here: https://github.com/askmike/gekko/commit/...d8c4997ff9
  Reply
#3
Thanks Mike. It also needs updating in some other sections, as follows -


Installing gekko on windows

says -

cd exchange
npm install --only=production

should be -

cd exchange
npm install --only=production
cd ..


Installing Gekko on Raspberry Pi 2 or 3 -

Says -

npm install --only=production
cd exchange
npm install --only=production

Should presumably be

npm install --only=production
cd exchange
npm install --only=production
cd ..


Installing Gekko on Windows with bash on Windows 10

says -

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

should say -

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


I think that's all of them!
  Reply
#4
Scrub that... I get what you are saying. I didn't realise those docs were actually in gekko! I will create a PR for you! Smile
  Reply
#5
PR here -

https://github.com/askmike/gekko/pull/2602

Many thanks! Smile
  Reply
#6
all merged!
  Reply
#7
(10-15-2018, 09:54 PM)cubit Wrote: Hi Mike,

Could you consider amending the "installing gekko on windows" section of gekko.wizb.it / "Install Gekko Broker's dependencies" section, as follows -


Code:
cd exchange
npm install --only=production
cd ..

The 'cd ..' is missing and that one omission seems to account for a very high number of posts both here and on the git issues tracker, I've just noticed! Smile

Ta!

Mike,

I've tried following these instructions to install the Broker as best I can, but the market fields are still missing.  Are there any instructions I might still be missing? Or is there a way to verify whether what I've already done is correct or not?  Thank you.


Attached Files
.png   Capture.PNG (Size: 11.17 KB / Downloads: 10)
  Reply


Forum Jump:


Users browsing this thread: