Updated Offline (markdown)

Lauri Ojansivu 2020-12-17 05:13:16 +02:00
parent db0d0f7200
commit 708116ab26

@ -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/)