-
Clone the repo to your desired location, e.g.
git clone https://github.com/getpinga/indera /opt/indera
-
Create the necessary folders:
mkdir -p /opt/indera/escrow /opt/indera/denic
-
Navigate to the
/opt/indera
directory and runcomposer update
-
Download the escrow-rde client and extract it to
/opt/indera/escrow-rde
-
Run
/opt/indera/escrow-rde -i
to create the config file, then rename it toescrow.yaml
-
Edit the
config.php
file to update the database details and billing system type. Edit theescrow.yaml
file to update the escrow configuration details. -
Start the Swoole scripts:
php whois.php
,php rdap.php
, andphp escrow.php
It is recommended to use Ubuntu 22.04 and PHP 8.1 with the php8.1-swoole extension being mandatory.