mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fixes
parent
7ae913e0ee
commit
b953ac86b3
@ -4,7 +4,7 @@ This is the easiest and recommended method method on how to install Trilium on y
|
|||||||
|
|
||||||
* ssh into your server
|
* ssh into your server
|
||||||
* use `wget` (or `curl` or whatever) to download latest [
|
* use `wget` (or `curl` or whatever) to download latest [
|
||||||
trilium-linux-x64-[VERSION]-server.7z](https://github.com/zadam/trilium/releases/latest) (notice -server suffix) on your server
|
trilium-linux-x64-server-[VERSION].7z](https://github.com/zadam/trilium/releases/latest) (notice -server suffix) on your server
|
||||||
* unpack the archive, e.g. using `p7zip -d`
|
* unpack the archive, e.g. using `p7zip -d`
|
||||||
* `cd trilium-linux-x64-server`
|
* `cd trilium-linux-x64-server`
|
||||||
* nohup ./trilium &
|
* nohup ./trilium &
|
||||||
|
@ -5,3 +5,7 @@ There are three options how to do this, each one with some advantage:
|
|||||||
* Recommended: [[Packaged server binary]]
|
* Recommended: [[Packaged server binary]]
|
||||||
* [[Docker|Docker server installation]]
|
* [[Docker|Docker server installation]]
|
||||||
* [[Manual installation|Manual server installation]]
|
* [[Manual installation|Manual server installation]]
|
||||||
|
|
||||||
|
## Configuration
|
||||||
|
|
||||||
|
For server installations, you might want to configure e.g. port or [[TLS|TLS configuration]]. This is done in the Trilium config file, by default it's in ~/trilium-data/config.ini (where ~ is your home directory).
|
Loading…
x
Reference in New Issue
Block a user