Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 1db36c5

Browse files
Update Packaged version for Linux.md
- Added link to releases - Added clarity on wget use - Added missing suffix to file in nohup command - Added clarity on nohups function
1 parent f4c615c commit 1db36c5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Packaged version for Linux.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ This is essentially Trilium sources + node modules + node.js runtime packaged in
44
## Steps
55

66
* SSH into your server
7-
* use `wget` (or `curl`) to download latest `TriliumNextNotes-Server-[VERSION]-linux-x64.tar.xz` (notice `-Server` suffix) on your server.
7+
* Release list at https://github.com/TriliumNext/Notes/releases
8+
* use `wget` (or `curl`) to download latest `TriliumNextNotes-Server-[VERSION]-linux-x64.tar.xz` (copy link from release page, notice `-Server` suffix) on your server.
89
* unpack the archive, e.g. using `tar -xf -d TriliumNextNotes-Server-[VERSION]-linux-x64.tar.xz`
910
* `cd trilium-linux-x64-server`
1011
* `./trilium.sh`
1112
* you can open the browser and open http://\[your-server-hostname\]:8080 and you should see Trilium initialization page
1213

1314
The problem with above steps is that once you close the SSH connection, the Trilium process is terminated. To avoid that, you have two options:
1415

15-
* Kill it (with e.g. <kbd>Ctrl</kbd> + <kbd>C</kbd>) and run again like this: `nohup ./trilium &`.
16+
* Kill it (with e.g. <kbd>Ctrl</kbd> + <kbd>C</kbd>) and run again like this: `nohup ./trilium.sh &`. (nohup keeps the process running in the background, & runs it in the background)
1617
* Configure systemd to automatically run Trilium in the background on every boot
1718

1819
## Configure Trilium to auto-run on boot with systemd
@@ -76,4 +77,4 @@ If you get an error like this, you need to either upgrade your glibc (typically
7677

7778
## TLS
7879

79-
Don't forget to [configure TLS](../TLS%20Configuration.md), which is required for secure usage!
80+
Don't forget to [configure TLS](../TLS%20Configuration.md), which is required for secure usage!

0 commit comments

Comments
 (0)