From b3e94d7b0d25488d5e80b1c39d592b1438acf957 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 17 Oct 2023 21:23:39 +0300 Subject: [PATCH] Updated Offline (markdown) --- Offline.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Offline.md b/Offline.md index 21509bc..2074908 100644 --- a/Offline.md +++ b/Offline.md @@ -22,9 +22,9 @@ Right click and download files 1-4: ``` bundle (directory) - |_ start-wekan.bat (file) - |_ node-v14.21.4-win-x64.exe (file) - |_ main.js (already existing file) + |_ start-wekan.bat (downloaded file) + |_ node-v14.21.4-win-x64.exe (downloaded file) + |_ main.js (extracted file) ``` 8. Edit `start-wekan.bat` with Notepad. There add [Windows computer IP address](https://support.microsoft.com/en-us/windows/find-your-ip-address-in-windows-f21a9bbc-c582-55cd-35e0-73431160a1b9) , like this, then Wekan will be at http://IP-ADDRESS-HERE/sign-in , for example http://192.168.0.100/sign-in but your different IP address. Add there wekan server computer IP address, not localhost. `node.exe main.js` is at bottom of `start-wekan.bat`, change there longer filename: ```