From aa4aca034a4a1531e44b2ae53d5991d6e1c3789b Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 13 Jan 2023 08:38:01 +0100 Subject: [PATCH] Updated Manual server installation (markdown) --- Manual-server-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Manual-server-installation.md b/Manual-server-installation.md index 34fc36f..f0e9f9a 100644 --- a/Manual-server-installation.md +++ b/Manual-server-installation.md @@ -44,7 +44,7 @@ npm rebuild cd trilium # using nohup to make sure trilium keeps running after user logs out -nohup node src/www & +nohup TRILIUM_ENV=dev node src/www & ~~~~ The application by default starts up on port 8080, so you can open your browser and navigate to http://localhost:8080 to access Trilium (replace "localhost" with your hostname).