1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/phpmyadmin/phpmyadmin.post-install
Natanael Copa a9b8bfa9d6 community/phpmyadmin: move form main
We don't want maintain this for more than 6 months due to the amount of
security issues.
2016-09-23 14:50:25 +00:00

16 lines
581 B
Bash

#!/bin/sh
echo "*" >&2
echo "* phpmyadmin has been installed to:" >&2
echo "* /usr/share/webapps/phpmyadmin" >&2
echo "* phpmyadmin config file has been installed to:" >&2
echo "* /etc/phpmyadmin/config.inc.php" >&2
echo "* If you use apache2:" >&2
echo "* 1) Change the ownership of the config directory:" >&2
echo "* chown -R apache:apache /etc/phpmyadmin" >&2
echo "* 2) See if you need to modify the apache2 config:" >&2
echo "* /etc/apache2/conf.d/phpmyadmin.conf" >&2
echo "* 3) Restart apache2 when done." >&2
echo "*" >&2
exit 0