Adminer installation with auto-update script
git clone https://github.com/K-Ko/Adminer-autoupdated.git /var/www/html
You can point your web server root directory also to public
.
cp config/config.conf.dist config/config.conf
$EDITOR config/config.conf
bin/update.sh
# Run every morning at 6 AM
0 6 * * * /path/to/adminer-web/bin/update.sh
sudo ln -s /path/to/adminer-web/bin/update.sh /etc/cron.daily/adminer-update
In this repo is a cleaner adminer.css
included which is used as default.
The Theme for Adminer is also included but disabled by default. Activate it via config/config.ini
Or you can replace the default adminer.css
also with any other design from Adminer homepage