Panduan cara install phpMyAdmin di EasyEngine, alat untuk manajemen database berbasis web.
Instalasi phpMyAdmin
ee stack install --phpmyadmin
Install Composer, dependensi manajer untuk PHP, ini untuk mengatasi error
File ./vendor/autoload.php
missing or not readable.
Most likely you did not run Composer to install library files.
curl -sS https://getcomposer.org/installer | php -- --filename=composer --install-dir=/usr/local/bin
Masuk ke direktori document root phpMyAdmin
cd /var/www/22222/htdocs/db/pma/
Eksekusi perintah berikut
composer install --no-dev
Akses phpMyAdmin dengan alamat : https://ip_server:22222/db/pma