From 3dc02d20712b53eced1c62559b73567df70e81d9 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 22 Sep 2022 23:18:06 +0300 Subject: [PATCH] Updated Offline (markdown) --- Offline.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Offline.md b/Offline.md index b106b2d..294dc1d 100644 --- a/Offline.md +++ b/Offline.md @@ -50,7 +50,23 @@ npm remove bcrypt npm install bcrypt ``` -## c) Wekan to VirtualBox Ubuntu offline +## c) WeKan Snap 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 + +## d) Wekan to VirtualBox Ubuntu offline 1. Install newest [VirtualBox](https://www.virtualbox.org/)