mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	chore(docs): sync
This commit is contained in:
		| @@ -4,8 +4,7 @@ This is essentially Trilium sources + node modules + node.js runtime packaged in | ||||
| ## Steps | ||||
|  | ||||
| *   SSH into your server | ||||
| *   Release list at https://github.com/TriliumNext/Notes/releases | ||||
| *   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. | ||||
| *   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. | ||||
| *   unpack the archive, e.g. using `tar -xf -d TriliumNextNotes-Server-[VERSION]-linux-x64.tar.xz` | ||||
| *   `cd trilium-linux-x64-server` | ||||
| *   `./trilium.sh` | ||||
| @@ -13,7 +12,7 @@ This is essentially Trilium sources + node modules + node.js runtime packaged in | ||||
|  | ||||
| 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: | ||||
|  | ||||
| *   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) | ||||
| *   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) | ||||
| *   Configure systemd to automatically run Trilium in the background on every boot | ||||
|  | ||||
| ## 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 | ||||
|  | ||||
| ## TLS | ||||
|  | ||||
| Don't forget to [configure TLS](../TLS%20Configuration.md), which is required for secure usage! | ||||
| Don't forget to [configure TLS](../TLS%20Configuration.md), which is required for secure usage! | ||||
		Reference in New Issue
	
	Block a user