Update Installing Automatic phpMyAdmin for Pterodactyl
parent
5815bf169c
commit
1b461b79bd
1 changed files with 6 additions and 4 deletions
|
@ -19,26 +19,26 @@ If you are missing folders, download the addon again.
|
||||||
|
|
||||||
## Installing Node.js and yarn
|
## Installing Node.js and yarn
|
||||||
|
|
||||||
Execute these commands :
|
Execute these commands:
|
||||||
|
|
||||||
### Debian, Ubuntu and derivatives
|
### Debian, Ubuntu and derivatives
|
||||||
|
|
||||||
```bash
|
```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
|
apt install -y nodejs
|
||||||
```
|
```
|
||||||
|
|
||||||
### CentOS 7
|
### CentOS 7
|
||||||
|
|
||||||
```bash
|
```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
|
sudo yum install -y nodejs yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
### CentOS 8, Fedora, RHEL and derivatives
|
### CentOS 8, Fedora, RHEL and derivatives
|
||||||
|
|
||||||
```bash
|
```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
|
sudo dnf install -y nodejs yarn
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing the addon
|
## Installing the addon
|
||||||
|
|
||||||
Follow the `PanelEdit_EN.md` or the `PanelEdit_FR.md` 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
|
# 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)).
|
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
|
# Configuration
|
||||||
|
|
||||||
Go to your admin part of your Pterodactyl Installation, then in the "Automatic phpMyAdmin" category, click on create a new installation.
|
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.
|
Choose a name and a description.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue