From 50bd4647c9de2ef201319ae75b851867ce918d9f Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 3 Nov 2020 21:08:41 +0100 Subject: [PATCH] Updated Packaged server installation (markdown) --- ... server installation.md => Packaged-server-installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Packaged server installation.md => Packaged-server-installation.md (89%) diff --git a/Packaged server installation.md b/Packaged-server-installation.md similarity index 89% rename from Packaged server installation.md rename to Packaged-server-installation.md index 541f080..19eb176 100644 --- a/Packaged server installation.md +++ b/Packaged-server-installation.md @@ -4,8 +4,8 @@ This is essentially Trilium sources + node modules + node.js runtime packaged in * 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 trilium-linux-x64-server-[VERSION].7z` +trilium-linux-x64-server-[VERSION].xz](https://github.com/zadam/trilium/releases/latest) (notice -server suffix) on your server +* unpack the archive, e.g. using `tar -xf -d trilium-linux-x64-server-[VERSION].tar.xz` * `cd trilium-linux-x64-server` * `./trilium.sh` * you can open the browser and open http://[your-server-hostname]:8080 and you should see Trilium initialization page