mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 03:20:33 +02:00
Small documentation update
This commit is contained in:
parent
d4590aa36a
commit
fa5600bddd
1 changed files with 16 additions and 0 deletions
16
INSTALL.md
16
INSTALL.md
|
@ -208,6 +208,22 @@ composer require badcow/dns phpseclib/phpseclib
|
||||||
|
|
||||||
This command will install the ```badcow/dns``` and ```phpseclib/phpseclib``` packages which are essential for the automation script to function correctly.
|
This command will install the ```badcow/dns``` and ```phpseclib/phpseclib``` packages which are essential for the automation script to function correctly.
|
||||||
|
|
||||||
|
### Install Optional Dependencies:
|
||||||
|
|
||||||
|
Execute one of the following commands to install the optional dependencies:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer require utopia-php/messaging
|
||||||
|
```
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer require phpmailer/phpmailer
|
||||||
|
```
|
||||||
|
|
||||||
|
This command will install one of the packages which are essential for the notification script to function correctly.
|
||||||
|
|
||||||
## 11. RDE (Registry data escrow) configuration:
|
## 11. RDE (Registry data escrow) configuration:
|
||||||
|
|
||||||
### Generate the Key Pair:
|
### Generate the Key Pair:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue