Amadis

Secure Backend - PHPMyAdmin

Installing PHPMyAdmin on a production server is absolutely not recommended as this might increase security risks.

Requirements

Install the phpmyadmin package on your system.

On Ubuntu/Debian:

sudo apt install phpmyadmin

On RedHat/CentOS, the installation process is once again a bit more complex:

wget https://files.phpmyadmin.net/phpMyAdmin/4.9.4/phpMyAdmin-4.9.4-all-languages.zip unzip phpMyAdmin-4.9.4-all-languages.zip sudo mv phpMyAdmin-4.9.4-all-languages /usr/share/phpmyadmin cd /usr/share/phpmyadmin sudo mv config.sample.inc.php config.inc.php

Installation

Version 1.0.x

Go to the SAMDeployment/PhpMyAdmin directory and run the following command:

make images

From the same directory, simply run the following command:

Â