Windows - jean/wekan GitHub Wiki
a) Docker
b) Windows Subsystem for Linux on Windows 10
- Install Windows Subsystem for Linux
- Install Debian from Windows Store
- Use VirtualBox scripts of rebuild-wekan.sh etc to install and build Wekan
- Run Wekan locally with meteor at http://localhost:3000 :
cd wekan && meteor
- 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.
c) Install from source directly on Windows to get Wekan running natively on Windows. git clone on Windows has been fixed. Related: running standalone and nexe.