fixes

azivner 2018-08-30 13:49:00 +02:00
parent 7ae913e0ee
commit b953ac86b3
2 changed files with 5 additions and 1 deletions

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