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`