mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
Updated WSL (markdown)
parent
44e2aea33a
commit
747c061cc1
1 changed files with 20 additions and 3 deletions
23
WSL.md
23
WSL.md
|
|
@ -1,5 +1,22 @@
|
||||||
https://github.com/wekan/wekan/wiki/Offline#c-wekan-snap-on-wsl
|
Related:
|
||||||
|
- https://github.com/wekan/wekan/wiki/Offline
|
||||||
|
|
||||||
https://ubuntu.com/blog/ubuntu-wsl-enable-systemd
|
- https://ubuntu.com/blog/ubuntu-wsl-enable-systemd
|
||||||
|
|
||||||
https://github.com/wekan/wekan-snap/wiki/Install
|
- https://github.com/wekan/wekan-snap/wiki/Install
|
||||||
|
|
||||||
|
## WeKan Snap amd64 on WSL
|
||||||
|
|
||||||
|
1. At https://ubuntu.com/blog/ubuntu-wsl-enable-systemd read `How to enable systemd in Ubuntu WSL` to install WSL and SystemD.
|
||||||
|
|
||||||
|
2. `sudo snap install wekan --channel=latest/candidate`
|
||||||
|
|
||||||
|
3. Your Windows computer IP address, change there: `sudo snap set wekan root-url='http://192.168.0.200'`
|
||||||
|
|
||||||
|
4. Your Windows compoter webserver port: `sudo snap set wekan port='80'`
|
||||||
|
|
||||||
|
5. Use Chromium Edge (or Chromium/Firefox/Safari) to browse http://192.168.0.200 (your computer IP address there)
|
||||||
|
|
||||||
|
6. For mobile devices, make PWA icon like https://github.com/wekan/wekan/wiki/PWA
|
||||||
|
|
||||||
|
7. Optional: For SSL/TLS, look at Caddy/Apache/Nginx configs at https://github.com/wekan/wekan/wiki right menu, and https://github.com/wekan/wekan/wiki/Settings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue