mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Updated Windows (markdown)
parent
686ed1aafb
commit
477c521fca
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
a) Bundle with Windows Node+MongoDB - highest performance, lowest RAM usage
|
## a) Bundle with Windows Node+MongoDB - highest performance, lowest RAM usage
|
||||||
|
|
||||||
1. Install newest Node.js v8.x.x for Windows
|
1. Install newest Node.js v8.x.x for Windows
|
||||||
https://nodejs.org/dist/v8.16.1/
|
https://nodejs.org/dist/v8.16.1/
|
||||||
|
@ -25,9 +25,9 @@ cd bundle
|
||||||
start-wekan.bat
|
start-wekan.bat
|
||||||
```
|
```
|
||||||
|
|
||||||
b) [Docker](https://github.com/wekan/wekan/wiki/Docker)
|
## b) [Docker](https://github.com/wekan/wekan/wiki/Docker)
|
||||||
|
|
||||||
c) Windows Subsystem for Linux on Windows 10
|
## c) Windows Subsystem for Linux on Windows 10
|
||||||
- [Install Windows Subsystem for Linux](https://wiki.debian.org/InstallingDebianOn/Microsoft/Windows/SubsystemForLinux)
|
- [Install Windows Subsystem for Linux](https://wiki.debian.org/InstallingDebianOn/Microsoft/Windows/SubsystemForLinux)
|
||||||
- Install Debian from Windows Store
|
- 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
|
- Use [VirtualBox scripts](https://github.com/wekan/wekan-maintainer/tree/master/virtualbox) of rebuild-wekan.sh etc to install and build Wekan
|
||||||
|
@ -35,7 +35,7 @@ c) Windows Subsystem for Linux on Windows 10
|
||||||
- Or: try to modify start-wekan.sh etc to run wekan at http://ip-address or http://example.com
|
- 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.
|
- 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).
|
## 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).
|
||||||
|
|
||||||
## Related
|
## Related
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue