mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Windows (markdown)
parent
306e6a5dfd
commit
f00d2152f2
1 changed files with 10 additions and 2 deletions
12
Windows.md
12
Windows.md
|
|
@ -1,3 +1,11 @@
|
|||
Someone needs to complete instructions about [Install from source 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).
|
||||
a) [Docker](https://github.com/wekan/wekan/wiki/Docker)
|
||||
|
||||
Somebody should check from Docker website does Linux-based Wekan Docker containers work on Windows. There is also [Docker based development environment for Wekan](https://github.com/wekan/wekan-dev) that is not currently up-to-date, it has been made for faster local Docker builds. See [Dockerfile](https://github.com/wekan/wekan/blob/devel/Dockerfile) about what versions of dependencies are used at Wekan.
|
||||
b) 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
|
||||
- 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](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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue