Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of contents

Table of Contents
minLevel1
maxLevel7
typeflat

Foreword

Optionally, you can install phpmyadmin to access specific information or for debugging purposes.

Customize the files fullchain.pem, passwd and privkey.pem in the resources directory. passwd is created with htpasswd. It contains the Apache2 passwords.

...

Warning

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:

...

Code Block
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

Note

Versions 1.0.x

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

Code Block
make images

...

From the same directory, simply run the following command:

...