Minor update to gekko.wizb.it / installation - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: General Discussion (https://forum.gekko.wizb.it/forum-14.html) +--- Thread: Minor update to gekko.wizb.it / installation (/thread-57721.html) |
Minor update to gekko.wizb.it / installation - cubit - 10-15-2018 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 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! Ta! RE: Minor update to gekko.wizb.it / installation - askmike - 10-19-2018 Great idea. Fixed the docs here: https://github.com/askmike/gekko/commit/1dbd521ccfbdcf680ebdc865dfc3e1d8c4997ff9 RE: Minor update to gekko.wizb.it / installation - cubit - 10-20-2018 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! RE: Minor update to gekko.wizb.it / installation - cubit - 10-20-2018 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! RE: Minor update to gekko.wizb.it / installation - cubit - 10-20-2018 PR here - https://github.com/askmike/gekko/pull/2602 Many thanks! RE: Minor update to gekko.wizb.it / installation - askmike - 10-21-2018 all merged! RE: Minor update to gekko.wizb.it / installation - schmidtdad - 11-15-2018 (10-15-2018, 09:54 PM)cubit Wrote: Hi Mike, 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. |