I’m trying to install Adminer from Ubuntu repository using:
sudo apt install adminer
Installation works fine but can’t find the file /etc/adminer/apache.conf
to use with Apache server. The folder /etc/adminer/
is empty and can’t find it anywhere with find
command.
Any help?
Thanks in advance.
3
Answers
In the next few steps, I’ll show you how I installed adminer for Ubuntu 18.04.1 LTS .
After installation with apt package manager change into the adminer directory.
There you will find a file called compile.php.
Run the following command and the adminer-X.X.X.php (X.X.X for your version) file will be created.
Create the apache adminer configuration file.
Now you’ll need to activate the configuration.
Reload your apache webserver.
Test in your browser of choice (localhost/adminer.php)
This source was really helpful:
https://www.linuxhelp.com/how-to-install-adminer-on-ubuntu-16-04/
Install Apache:
Install PHP:
Install Adminer:
Once the installation completes, restart Apache.
At this point, the setup is complete. You can access Adminer at the following address.
For Ubuntu 22.04
Install Apache and adminer 4.8.1 (all required components will be installed):
enable adminer config
At this point, the setup is complete. You can access Adminer at the following address.
if newer version is available: