mirror of
https://github.com/wekan/wekan.git
synced 2026-02-09 09:44:22 +01:00
Updated Offline (markdown)
parent
d18b061f2c
commit
d27df3b071
1 changed files with 17 additions and 3 deletions
20
Offline.md
20
Offline.md
|
|
@ -1,8 +1,8 @@
|
|||
Also see: [Windows](Windows)
|
||||
|
||||
## a) Wekan Windows version offline
|
||||
## a) Wekan Windows 64bit version offline
|
||||
|
||||
1. Download wekan-VERSION.zip from https://releases.wekan.team
|
||||
1. Download wekan-VERSION-amd64-windows.zip from https://github.com/wekan/wekan/releases or https://releases.wekan.team/windows/
|
||||
|
||||
2. Download [node.exe](https://nodejs.org/dist/v12.21.0/win-x64/node.exe) for Windows 64bit (or newer v12.x from https://nodejs.org/dist/)
|
||||
|
||||
|
|
@ -34,7 +34,21 @@ Then Wekan will be at http://192.168.0.100:2000/sign-in
|
|||
|
||||
10. For mobile devices, you can [create PWA app icon](PWA) using that http://192.168.0.100:2000/sign-in
|
||||
|
||||
## b) Wekan to VirtualBox Ubuntu offline
|
||||
## b) How to fix errors on Linux bundle to create Windows bundle
|
||||
|
||||
Download Linux bundle wekan-VERSION.zip from from https://github.com/wekan/wekan/releases or https://releases.wekan.team/
|
||||
|
||||
```
|
||||
npm install -g node-pre-gyp
|
||||
|
||||
cd bundle\programs\server\npm\node_modules\meteor\accounts-password
|
||||
|
||||
npm remove bcrypt
|
||||
|
||||
npm install bcrypt
|
||||
```
|
||||
|
||||
## c) Wekan to VirtualBox Ubuntu offline
|
||||
|
||||
1. Install [VirtualBox](https://www.virtualbox.org/)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue