From 46e1d4f97e95582a2255d02aa52035a02d9e0df1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 20 Mar 2020 00:40:32 +0200 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Windows.md b/Windows.md index a96af27..5dd156d 100644 --- a/Windows.md +++ b/Windows.md @@ -88,6 +88,11 @@ More info at https://github.com/wekan/wekan/wiki/Raspberry-Pi - You could try to proxy from IIS SSL website to Wekan localhost port, for example when ROOT_URL=https://example.com and PORT=3001 , and you make IIS config that supports websockets proxy to Wekan http port 3001. If you need to build from source, do as above, and build Wekan with `wekan/rebuild-wekan.sh`. +After building, if you like to start meteor faster by excluding some parts, have rebuilds after file change, and test on local network devices, try with your computer IP address: +``` +WITH_API=true RICHER_CARD_COMMENT_EDITOR=false ROOT_URL=http://192.168.0.200:4000 meteor --exclude-archs web.browser.legacy,web.cordova --port 4000 +``` + ## e) Probaby does not work