From ad03f0eb541fe7484897b54b58957c4f6593baf1 Mon Sep 17 00:00:00 2001 From: zadam Date: Wed, 31 Jan 2018 08:20:44 -0500 Subject: [PATCH] Updated Installation as webapp (markdown) --- Installation as webapp.md => Installation-as-webapp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Installation as webapp.md => Installation-as-webapp.md (98%) diff --git a/Installation as webapp.md b/Installation-as-webapp.md similarity index 98% rename from Installation as webapp.md rename to Installation-as-webapp.md index d1cd8fb..520878f 100644 --- a/Installation as webapp.md +++ b/Installation-as-webapp.md @@ -46,7 +46,7 @@ npm install cd trilium # using nohup to make sure trilium keeps running after user logs out -nohup node bin/www & +nohup node src/www & ~~~~ 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).