Updated Offline (markdown)

Lauri Ojansivu 2023-10-17 21:17:05 +03:00
parent 1e5ccd260b
commit d2cb6989be

@ -20,9 +20,9 @@ DOWNLOAD:
5. Copy files from steps 1-4 with USB stick or DVD to offline Windows computer
6. Install mongodb-windows-x86_64-6.0.11-signed.msi . In installer, uncheck downloading MongoDB compass.
6. Install `mongodb-windows-x86_64-6.0.11-signed.msi` . In installer, uncheck downloading MongoDB compass.
7. Unzip wekan-7.09-amd64-windows.zip , inside it is directory `bundle`, to it copy other files:
7. Unzip `wekan-7.09-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files:
```
bundle (directory)
@ -32,14 +32,15 @@ bundle (directory)
```
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.
```
REM # Writable path required to exist and be writable for attachments to migrate and work correctly
SET WRITABLE_PATH=..
SET ROOT_URL=http://IP-ADDRESS-HERE
SET PORT=80
```
Or other port:
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:
```
REM # Writable path required to exist and be writable for attachments to migrate and work correctly
SET WRITABLE_PATH=..