Update Installing Automatic phpMyAdmin for Pterodactyl

Arnaud Lier 2024-05-09 20:21:08 +00:00
parent 5815bf169c
commit 1b461b79bd

@ -19,26 +19,26 @@ If you are missing folders, download the addon again.
## Installing Node.js and yarn
Execute these commands :
Execute these commands:
### Debian, Ubuntu and derivatives
```bash
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
apt install -y nodejs
```
### CentOS 7
```bash
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
curl -sL https://rpm.nodesource.com/setup_20.x | sudo -E bash -
sudo yum install -y nodejs yarn
```
### CentOS 8, Fedora, RHEL and derivatives
```bash
curl -sL https://rpm.nodesource.com/setup_16.x | sudo -E bash -
curl -sL https://rpm.nodesource.com/setup_20.x | sudo -E bash -
sudo dnf install -y nodejs yarn
```
@ -52,6 +52,7 @@ yarn install
```
## Installing the addon
Follow the `PanelEdit_EN.md` or the `PanelEdit_FR.md` file contained in the ZIP file that you have downloaded.
# Installing phpMyAdmin side
@ -86,6 +87,7 @@ You can now edit the file `token.php` that you just uploaded, to fit your needs
3. `$cookie_domain` (line 20) : The domain of the cookie, like the cookie name, must be the same as in Pterodactyl side (More information on how to choose one [here](https://github.com/AktiCube/themes-and-addons-documentation/wiki/Q&A-(Automatic-phpMyAdmin)#q-why-should-i-put-a--at-the-beginning-of-my-domain-name-when-my-pterodactyl-and-phpmyadmin-installation-are-on-a-different-subdomain)).
# Configuration
Go to your admin part of your Pterodactyl Installation, then in the "Automatic phpMyAdmin" category, click on create a new installation.
Choose a name and a description.