mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 20:26:09 +01:00
Updated Offline (markdown)
parent
cf85a9eab9
commit
bc01c1d3f9
1 changed files with 2 additions and 4 deletions
|
|
@ -26,14 +26,12 @@ bundle (directory)
|
|||
|_ node-v14.21.4-win-x64.exe (file)
|
||||
|_ main.js (already existing 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.
|
||||
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:
|
||||
```
|
||||
SET ROOT_URL=http://IP-ADDRESS-HERE
|
||||
|
||||
SET PORT=80
|
||||
```
|
||||
To bottom change `node.exe main.js` to:
|
||||
```
|
||||
|
||||
node-v14.21.4-win-x64.exe main.js
|
||||
```
|
||||
If there is already some webserver at port 80, change to other port:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue