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

Commit 355d1cf

Browse files
committed
chore(docs): sync
1 parent 56cf993 commit 355d1cf

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ This is essentially Trilium sources + node modules + node.js runtime packaged in
44
## Steps
55

66
* SSH into 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.
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.
98
* unpack the archive, e.g. using `tar -xf -d TriliumNextNotes-Server-[VERSION]-linux-x64.tar.xz`
109
* `cd trilium-linux-x64-server`
1110
* `./trilium.sh`
1211
* you can open the browser and open http://\[your-server-hostname\]:8080 and you should see Trilium initialization page
1312

1413
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:
1514

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)
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)
1716
* Configure systemd to automatically run Trilium in the background on every boot
1817

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

7877
## TLS
7978

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

0 commit comments

Comments
 (0)