Skip to content

Instantly share code, notes, and snippets.

@dbirks
Last active April 15, 2024 08:51
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dbirks/c737dd8fe4bf80f258b6c75b7ef263f6 to your computer and use it in GitHub Desktop.
Save dbirks/c737dd8fe4bf80f258b6c75b7ef263f6 to your computer and use it in GitHub Desktop.
Install Adminer with Apache on Ubuntu 16.04

Adminer is in the repos, so install it with:

apt install adminer

Copy the configuration to your available configs folder and enable it.

cp /etc/adminer/apache.conf /etc/apache2/conf-available/adminer.conf
a2enconf adminer

Reload Apache.

systemctl reload apache2

I rather enjoy @pepa-linha's Adminer Design Dark theme as an alternative to the default theme. Download it to the Adminer folder with:

curl https://raw.githubusercontent.com/pepa-linha/Adminer-Design-Dark/master/adminer.css > /usr/share/adminer/adminer/adminer.css
@okello23
Copy link

YOU DESERVE A BEER!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment