Updated Offline (markdown)

Lauri Ojansivu 2022-09-23 00:02:49 +03:00
parent d8c82e3c9c
commit 9e33265c15

@ -50,21 +50,9 @@ npm remove bcrypt
npm install bcrypt
```
## c) WeKan Snap on WSL
## c) 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
[WSL](WSL)
## d) Wekan to VirtualBox Ubuntu offline