updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / adminer / adminer.install
blob93c1a26cd07b56f2106a8c899d8b47fb84affff5
1 TEXT='
2 If you want to access adminer interface by your apache server, run following command as root:\n
3 echo "Include conf/extra/httpd-adminer.conf" >> /etc/httpd/conf/httpd.conf\n\n
5 And restart your apache running "/etc/rc.d/httpd restart"\n\n
7 After you can browse adminer on http://localhost/adminer\n';
10 post_install() {
11         
12         echo -e $TEXT;
13 }       
15 post_upgrade() {
16         
17         echo -e $TEXT;