From b2447a11b6b54da32ca4f5823956f5cf456fc64d Mon Sep 17 00:00:00 2001 From: Arnaud Lier Date: Sun, 31 Mar 2024 17:13:31 +0000 Subject: [PATCH] Update Installing Automatic phpMyAdmin for Pterodactyl --- Installing-Automatic-phpMyAdmin-for-Pterodactyl.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md b/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md index ac990ec..1954785 100644 --- a/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md +++ b/Installing-Automatic-phpMyAdmin-for-Pterodactyl.md @@ -21,21 +21,21 @@ If you are missing folders, download the addon again. Execute these commands : -### Ubuntu and Debian : +### Debian, Ubuntu and derivatives ```bash curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - apt install -y nodejs ``` -### CentOS 7 : +### CentOS 7 ```bash curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - sudo yum install -y nodejs yarn ``` -### CentOS 8 : +### CentOS 8, Fedora, RHEL and derivatives ```bash curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash - @@ -45,18 +45,18 @@ sudo dnf install -y nodejs yarn ## Installing dependencies In your SSH terminal, run these commands : -```bash +```shell npm i -g yarn cd /var/www/pterodactyl yarn install ``` ## Installing the addon -Follow the PanelEdit_EN.txt or the PanelEdit_FR.txt file contained in the .zip file that you have downloaded. +Follow the `PanelEdit_EN.md` or the `PanelEdit_FR.md` file contained in the ZIP file that you have downloaded. # Installing phpMyAdmin side -Like Pterodactyl side, upload all the files of the folder `phpmyadmin` of the .zip that you have downloaded in the folder of your phpMyAdmin installation. -Then, you will need to modify configuration for the host in `config.inc.php` by adding these lines : +Like Pterodactyl side, upload all the files of the folder `phpmyadmin` of the ZIP that you have downloaded in the folder of your phpMyAdmin installation. +Then, you will need to modify configuration for the host in `config.inc.php` by adding these lines: ```PHP $cfg['Servers'][$i]['auth_type'] = 'signon'; $cfg['Servers'][$i]['SignonSession'] = 'TokenSession';