自己架 wekan 非常简单。
a) Wekan Windows 64bit version offline
Download wekan-VERSION-amd64-windows.zip from
https://github.com/wekan/wekan/releases or https://releases.wekan.team/windows/
Check required compatible version of Node.js from
https://wekan.github.io Download section and Download that version node.exe for Windows 64bit from
https://nodejs.org/dist/Check required compatible version of MongoDB from
https://wekan.github.io Download section and Download that version Windows MongoDB .msi installer from
https://www.mongodb.com/try/download/communityDownload start-wekan.bat
Copy files from steps 1-4 to offline Windows computer
Install MongoDB.msi . In installer, uncheck downloading MongoDB compass.
Unzip wekan-VERSION.zip and copy it's bundle directory files node.exe and start-wekan.bat
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
Double click start-wekan.bat to run it. (It may need right click, Run as Administrator).
For mobile devices, you can create PWA app icon using that http://192.168.0.100:2000/sign-in