02NodejsRedis - amagerard/Wiki GitHub Wiki

HOME

Return to the list of wikis

RedHat/Wikijs

1- Network 2- NodejsRedis 3- Mariadb 4- Wikijs 5- Nginx
6- Selinux 7- UpdateWikijs 8- Backup 9- GnomeShell 10 Troubleshoots

2. Nodejs et Redis.

2.1 nodejs.

Date 12-15-2023, version 20 is compatible with wikijs.
Source: https://github.com/nodesource/distributions#enterprise-linux-based-distributions
dnf install https://rpm.nodesource.com/pub_20.x/nodistro/repo/nodesource-release-nodistro-1.noarch.rpm -y
dnf --nogpgcheck install nodejs -y --setopt=nodesource-nodejs.module_hotfixes=1

2.2 redis.

dnf install redis
systemctl enable --now redis