Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 635 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 635 Bytes

mariadb-adminer

This script deploys a MariaDB server for stand alone use (container), it runs Apache2 to serve Adminer which is accessable though Basic Auth at http://127.0.0.1/ or though a domain etc.

📋 Features

Here is whats installed:

  • PHP7.4 with mbstring, curl, gd, json, xml, mysql, sqlite3, opcache, zip
  • Apache2
  • MariaDB
  • Adminer

Adminer is accessable though web

▶️ Install

Should be done on a clean ubuntu 20.04 server!

wget https://raw.githubusercontent.com/deploy-script/mariadb-adminer/master/script.sh && bash script.sh

🔒 Credentials

See .env file