diff --git a/Windows.md b/Windows.md index 93b0a71..b5eef3a 100644 --- a/Windows.md +++ b/Windows.md @@ -34,10 +34,13 @@ start-wekan.bat *** +## b) Install Meteor on Windows -## b) [Docker](https://github.com/wekan/wekan/wiki/Docker) +https://github.com/zodern/windows-meteor-installer/ -## c) Windows Subsystem for Linux on Windows 10 +## c) [Docker](https://github.com/wekan/wekan/wiki/Docker) + +## d) Windows Subsystem for Linux on Windows 10 - [Install Windows Subsystem for Linux](https://wiki.debian.org/InstallingDebianOn/Microsoft/Windows/SubsystemForLinux) - Install Debian from Windows Store - Use [VirtualBox scripts](https://github.com/wekan/wekan-maintainer/tree/master/virtualbox) of rebuild-wekan.sh etc to install and build Wekan @@ -45,7 +48,7 @@ start-wekan.bat - Or: try to modify start-wekan.sh etc to run wekan at http://ip-address or http://example.com - 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. -## d) Probaby does not work: [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). +## e) Probaby does not work: [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