From 708116ab26d835fe89c1b8ec2f1352e76d97862e Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 17 Dec 2020 05:13:16 +0200 Subject: [PATCH] Updated Offline (markdown) --- Offline.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/Offline.md b/Offline.md index 6e21b90..3f22208 100644 --- a/Offline.md +++ b/Offline.md @@ -1,3 +1,35 @@ +## Windows version offline + +1. Download wekan-VERSION.zip from https://releases.wekan.team + +2. Download node.exe for [Windows 64bit](https://nodejs.org/dist/v12.20.0/win-x86/) or [Windows 32bit](https://nodejs.org/dist/v12.20.0/win-x86/) + +3. Download Windows MongoDB .msi installer from https://www.mongodb.com/try/download/community + +4. Download [start-wekan.bat](https://raw.githubusercontent.com/wekan/wekan/master/start-wekan.bat) + +5. Copy files from steps 1-4 to offline Windows computer + +6. Install MongoDB.msi . In installer, uncheck downloading MongoDB compass. + +7. Unzip wekan-VERSION.zip and copy it's bundle directory files `node.exe` and `start-wekan.bat` + +8. Edit `start-wekan.bat` with Notepad. There add windows computer IP address etc, like this, then Wekan will be at http://192.168.100/sign-in +``` +SET ROOT_URL=http://192.168.0.100 + +SET PORT=80 +``` +Or other port: +``` +SET ROOT_URL=http://192.168.0.100:2000 + +SET PORT=2000 +``` +Then Wekan will be at http://192.168.0.100:2000/sign-in + +9. Double click `start-wekan.bat` to run it. (It may need right click, Run as Administrator). + ## How to install Wekan to VirtualBox and copy to offline computer 1. Install [VirtualBox](https://www.virtualbox.org/)