Size: 251
Comment: initial adminer page created
|
← Revision 5 as of 2021-04-21 06:03:24 ⇥
Size: 603
Comment: cleanups
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
Line 9: | Line 10: |
To install adminer | Install DebianPackage:adminer: |
Line 11: | Line 14: |
# apt-get install adminer | $ sudo apt install adminer |
Line 15: | Line 18: |
edit /etc/apache2/conf-available/adminer.conf |
Create {{{/etc/apache2/conf-available/adminer.conf}}} with an alias: {{{ Alias /adminer /usr/share/adminer/adminer/ }}} Enable the configuration: {{{ $ sudo a2enconf adminer.conf }}} Reload Apache web server: {{{ $ sudo service apache2 reload }}} you can access http://localhost/adminer = See also = * [[https://www.adminer.org/|Adminer website]] |
Adminer Overview
Adminer is a Database management tool.
Installation
Install adminer:
$ sudo apt install adminer
Configuration
Create /etc/apache2/conf-available/adminer.conf with an alias:
Alias /adminer /usr/share/adminer/adminer/
Enable the configuration:
$ sudo a2enconf adminer.conf
Reload Apache web server:
$ sudo service apache2 reload
you can access http://localhost/adminer