From a31d698b3bb8b5ba680148f8dbe32b7a8edaf0b8 Mon Sep 17 00:00:00 2001 From: Michael Benz Date: Tue, 26 Mar 2024 17:33:05 +0100 Subject: [PATCH] Some whitespace with 2 empty lines before each chapter --- community-tutorials/install-wikijs-netcup-webhosting/01-en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/community-tutorials/install-wikijs-netcup-webhosting/01-en.md b/community-tutorials/install-wikijs-netcup-webhosting/01-en.md index 6ca8bb78..7a16ddf7 100644 --- a/community-tutorials/install-wikijs-netcup-webhosting/01-en.md +++ b/community-tutorials/install-wikijs-netcup-webhosting/01-en.md @@ -68,6 +68,7 @@ Database user name: k123456_wikijs_db_user Password: Secret123 ``` + # Step 4 - Download WikiJS 2.x package via SSH and extract the archive Download the WikiJS release from the download page: [https://js.wiki/get-started] @@ -93,6 +94,7 @@ Extract the tar.gz package: Symlink the Wiki.JS server Node.js file to app.js: `ln -s server/index.js app.js` + ## Step 4.1 - Configure the database connection in config.yml Copy the sample configuration: `cp config.sample.yml config.yml`