From 40a7ce0e8b4786dab3a9b0a0bb5d848b0c7af7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars-S=C3=B6ren=20Steck?= Date: Tue, 16 Apr 2024 12:26:43 +0200 Subject: [PATCH] Stylistic improvements --- .../install-wikijs-netcup-webhosting/01-en.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community-tutorials/install-wikijs-netcup-webhosting/01-en.md b/community-tutorials/install-wikijs-netcup-webhosting/01-en.md index 7a16ddf7..172497d9 100644 --- a/community-tutorials/install-wikijs-netcup-webhosting/01-en.md +++ b/community-tutorials/install-wikijs-netcup-webhosting/01-en.md @@ -1,5 +1,5 @@ --- -title: Setup Wiki.js 2.x on netcup Webhosting with MySQL backend +title: Setup Wiki.js 2.x on netcup Webhosting with MySQL Backend description: Learn how to set up the open source Wiki software Wiki.js version 2.x on a netcup Webhosting 4000 or better running as a Node.js application and with MySQL database backend. level: [intermediate] updated_at: 2024-02-12 @@ -23,7 +23,7 @@ netcup is already offering Node.js support beginning with the Webhosting 4000 bu The reading time of this tutorial is about five minutes. The implementation will take approximately 45 minutes. -The most important requirements for following this tutorial are a basic understanding of SSH and the Unix command line and a netcup webhosting package with Node.js support. +The most important requirements for following this tutorial are a basic understanding of SSH, the Unix command line, and a netcup webhosting package with Node.js support. The tutorial uses the example sub-domain `wikijs.example.com`. This hostname needs to be replaced with the name of your own domain or subdomain when you perform the steps described in this tutorial. @@ -117,21 +117,21 @@ db: ``` -# Step 5 - Setup the Node.js plesk support -Activate the Node.js support in plesk for the domain / subdomain using the [Node.js] button in WCP. +# Step 5 - Setup the Node.js Plesk support +Activate the Node.js support in Plesk for the domain / subdomain using the [Node.js] button in WCP. -![WCP (plesk) activating Node.js support](images/netcup_wcp_activate_Node_js_support_wikijs_example_com_en-US.png) +![WCP (Plesk) activating Node.js support](images/netcup_wcp_activate_Node_js_support_wikijs_example_com_en-US.png) Change the Node.js Version to an even version like e.g. `20.11.1` and select [Enable Node.js] Run npm command in the tab "Run Node.js commands": `config set legacy-peer-deps true` -![WCP (plesk) NPM install](images/netcup_wcp_activate_Node_js_support_run_command_en-US.png) +![WCP (Plesk) NPM install](images/netcup_wcp_activate_Node_js_support_run_command_en-US.png) Run [+ NPM install] -![WCP (plesk) NPM install](images/netcup_wcp_activate_Node_js_support_NPM_install_en-US.png) +![WCP (Plesk) NPM install](images/netcup_wcp_activate_Node_js_support_NPM_install_en-US.png) # Step 6 - Setup the WikiJS installation using the web installer