From d6b074d20f826c90eca3926b41ccaf57fb257e7e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 17 Dec 2020 04:34:51 +0200 Subject: [PATCH] Created Offline (markdown) --- Offline.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Offline.md diff --git a/Offline.md b/Offline.md new file mode 100644 index 0000000..471bcaf --- /dev/null +++ b/Offline.md @@ -0,0 +1,38 @@ +1. Install VirtualBox + +2. Install Ubuntu 20.10 to VirtualBox + +3. Install Wekan [Snap](https://github.com/wekan/wekan-snap/wiki/Install) version to Ubuntu with these commands: +``` +sudo snap install wekan +``` + +4. Shutdown Ubuntu + +5. At VirtualBox menu, export appliance to `wekan.ova` file + +6. Copy `virtualbox-install.exe` and `wekan.ova` to offline computer + +7. At offline computer, install virtualbox and import wekan.ova + +8. Set virtualbox network to bridged: +https://github.com/wekan/wekan/wiki/virtual-appliance#how-to-use + +9. Start VirtualBox and Ubuntu + +10. In Ubuntu, type command: +``` +ip address +``` +=> it will show Ubuntu IP address + +11. In Ubuntu Terminal, type with your IP address, +at below instead of 192.168.0.100: +``` +sudo snap set wekan root-url='http://192.168.0.100' + +sudo snap set wekan port='80' +``` + +12. Then at local network Wekan is at: +http://192.168.0.100 \ No newline at end of file