diff --git a/Day notes.md b/Day notes.md index ee55af7..5383afa 100644 --- a/Day notes.md +++ b/Day notes.md @@ -9,7 +9,7 @@ This pattern works well also because of [[cloning|Cloning notes]] functionality You can see structure of day notes appearing under "Journal" note - there's a note for the whole year 2017, under it you have "12 - December" which then contains "18 - Monday". This is our "day note" which contains some text in its content and also has some child notes (some of them are from [[Task manager]]). -You can also notice how this day note has [[promoted attribute|Promoted attributes]] "weight" where you can track your daily weight. This data is then used in [[Weight tracker]]; +You can also notice how this day note has [[promoted attribute|Promoted attributes]] "weight" where you can track your daily weight. This data is then used in [[Weight tracker]]. ## Implementation diff --git a/Packaged server binary.md b/Packaged server installation.md similarity index 67% rename from Packaged server binary.md rename to Packaged server installation.md index d8d7973..325a212 100644 --- a/Packaged server binary.md +++ b/Packaged server installation.md @@ -1,13 +1,13 @@ -This is the easiest and recommended method method on how to install Trilium on your server. +This is essentially Trilium sources + node modules + node.js runtime packaged into one 7z file. This is the recommended method method on how to install Trilium on your server. ## Steps * ssh into your server * use `wget` (or `curl` or whatever) to download latest [ 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 trilium-linux-x64-server-[VERSION].7z` * `cd trilium-linux-x64-server` -* nohup ./trilium & +* nohup ./trilium.sh & * this will start the trilium application in background and keep it running even after your ssh connection disconnects * you can open the browser and open http://[your-server-hostname]:8080 and you should see Trilium initialization page diff --git a/Server installation.md b/Server installation.md index 8075385..5de9ef9 100644 --- a/Server installation.md +++ b/Server installation.md @@ -2,7 +2,7 @@ This pages describes installing Trilium on your own server. You might want to do There are three options how to do this, each one with some advantage: -* Recommended: [[Packaged server binary]] +* Recommended: [[Packaged server installation]] * [[Docker|Docker server installation]] * [[Manual installation|Manual server installation]] diff --git a/_Sidebar.md b/_Sidebar.md index e09f325..d6b505a 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -14,7 +14,7 @@ * [[Themes]] * Installation & setup * [[Server installation]] - * [[Packaged server binary]] + * [[Packaged server installation]] * [[Docker server installation]] * [[Manual server installation]] * [[TLS configuration]]