Skip to content

Commit

Permalink
Stylistic improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
stecklars authored Apr 16, 2024
1 parent a31d698 commit 40a7ce0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions community-tutorials/install-wikijs-netcup-webhosting/01-en.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 40a7ce0

Please sign in to comment.