fixes in packaged server installation

azivner 2018-08-30 22:01:23 +02:00
parent b953ac86b3
commit 91de76a969
4 changed files with 6 additions and 6 deletions

@ -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

@ -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

@ -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]]

@ -14,7 +14,7 @@
* [[Themes]]
* Installation & setup
* [[Server installation]]
* [[Packaged server binary]]
* [[Packaged server installation]]
* [[Docker server installation]]
* [[Manual server installation]]
* [[TLS configuration]]