Updated Installation (markdown)

master
Martin Kruliš 3 years ago
parent 82645475d2
commit 67a6b25f64

@ -34,8 +34,8 @@ install the following:
firewall for HTTPS firewall for HTTPS
* MariaDB (10.3 or newer); it is also recommended to secure the DB properly * MariaDB (10.3 or newer); it is also recommended to secure the DB properly
(set root password etc.) (set root password etc.)
* PHP 7.3 or 7.4 (we have not fixed issues of PHP 8.x yet) * PHP 7.4 (7.3 is no longer supported and we have not fixed issues of PHP 8.x yet)
* Node.js 12.x or newer (14.x recommended) * Node.js 12.x or newer (14.x recommended, 16.x not working yet)
A few tips for installing the database: A few tips for installing the database:
``` ```
@ -53,7 +53,7 @@ GRANT ALL PRIVILEGES ON `recodex`.* TO 'recodex'@'localhost';
Configuring the PHP repository: Configuring the PHP repository:
``` ```
# dnf install dnf-utils http://rpms.remirepo.net/enterprise/remi-release-8.rpm # dnf install dnf-utils http://rpms.remirepo.net/enterprise/remi-release-8.rpm
# dnf module enable php:remi-7.3 # dnf module enable php:remi-7.4
``` ```
Installing Node.js: Installing Node.js:
@ -615,7 +615,7 @@ you have already done this).
``` ```
# dnf install dnf-utils http://rpms.remirepo.net/enterprise/remi-release-8.rpm # dnf install dnf-utils http://rpms.remirepo.net/enterprise/remi-release-8.rpm
# dnf module enable php:remi-7.3 # dnf module enable php:remi-7.4
# dnf install php-cli # dnf install php-cli
``` ```

Loading…
Cancel
Save