Hi, > > Re-reading yur original bug report I'm not entirely sure what problem > > you are seeing. Can you elaborate? > > 1. What web server configuration is needed to use Adminer? > > 2. If I symlink /var/www/html/adm to /usr/share/adminer/adminer > Adminer can't access it's CSS file.
I've tried to install adminer using the Debian package. I have found the following limitations that seem at least partially related to this bug report. 1) Mandatory adminer/ directory I have not found any way to make adminer work without a /adminer/ directory. This makes it a bit complicated to to deploy in a custom path or without exposing the whole /usr/share/adminer even if other files are not required. As I understand it, this is what is described in this bug report: the problem is the hardcoded paths in CSS/js resources. 2) No config file support I have found no ovious way of configuring adminer using the files from the Debian package (e.g. enabling a plugin). I've tried configuring but got stuck by the php `require`s that are relative to the current directory and did not want to go into massive symlinking. For both of those issues, have I missed something? Should I bring up those issues upstream? Thanks, Alex