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

Commit 71f5b3f

Browse files
authored
Merge pull request #2056 from HersheyStormBottle/patch-2
Update Packaged version for Linux.md
2 parents adc9172 + 355d1cf commit 71f5b3f

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

apps/server/src/assets/doc_notes/en/User Guide/User Guide/Installation & Setup/Server Installation/1. Installing the server/Packaged version for Linux.html

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ 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+
* use `wget` (or `curl`) to download latest `TriliumNextNotes-Server-[VERSION]-linux-x64.tar.xz` (copy link from [release page](https://github.com/TriliumNext/Notes/releases), notice `-Server` suffix) on your server.
88
* unpack the archive, e.g. using `tar -xf -d TriliumNextNotes-Server-[VERSION]-linux-x64.tar.xz`
99
* `cd trilium-linux-x64-server`
1010
* `./trilium.sh`
1111
* you can open the browser and open http://\[your-server-hostname\]:8080 and you should see Trilium initialization page
1212

1313
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:
1414

15-
* Kill it (with e.g. <kbd>Ctrl</kbd> + <kbd>C</kbd>) and run again like this: `nohup ./trilium &`.
15+
* 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)
1616
* Configure systemd to automatically run Trilium in the background on every boot
1717

1818
## Configure Trilium to auto-run on boot with systemd

0 commit comments

Comments
 (0)