From 41d5753a44e479636d982618b223955e94df05e9 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Jun 2018 03:51:54 +0300 Subject: [PATCH] Updated Windows (markdown) --- Windows.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Windows.md b/Windows.md index 3404bbe..d7b2707 100644 --- a/Windows.md +++ b/Windows.md @@ -9,3 +9,7 @@ b) Windows Subsystem for Linux on Windows 10 - 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. c) [Install from source directly on Windows](https://github.com/wekan/wekan/wiki/Install-Wekan-from-source-on-Windows) to get Wekan running natively on Windows. [git clone on Windows has been fixed](https://github.com/wekan/wekan/issues/977). Related: [running standalone](https://github.com/wekan/wekan/issues/883) and [nexe](https://github.com/wekan/wekan/issues/710). + +## Related + +[Linux stuff in Windows 10 part 1](https://cepa.io/2018/02/10/linuxizing-your-windows-pc-part1/) and [part 2](https://cepa.io/2018/02/20/linuxizing-your-windows-pc-part2/).