mirror of
https://github.com/wekan/wekan.git
synced 2026-02-23 08:24:07 +01:00
Updated Offline (markdown)
parent
db0d0f7200
commit
708116ab26
1 changed files with 32 additions and 0 deletions
32
Offline.md
32
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/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue