diff options
| author | Matt Smith <mcs@darkregion.net> | 2011-04-08 01:38:06 -0500 |
|---|---|---|
| committer | Matt Smith <mcs@darkregion.net> | 2011-04-08 01:38:06 -0500 |
| commit | 95ec358af98af61d962291dc04f86aafa51af18d (patch) | |
| tree | 72bc16fcd2f0f1c787dadd9522873fbe9d02ed07 /testing/phpmyadmin/phpmyadmin.post-install | |
| parent | a400d41be5e668ff3078afc055a2751f0c546e09 (diff) | |
| download | aports-95ec358af98af61d962291dc04f86aafa51af18d.tar.bz2 aports-95ec358af98af61d962291dc04f86aafa51af18d.tar.xz | |
testing/phpmyadmin: new aport
A Web-based PHP tool for administering MySQL
http://www.phpmyadmin.net/
Diffstat (limited to 'testing/phpmyadmin/phpmyadmin.post-install')
| -rw-r--r-- | testing/phpmyadmin/phpmyadmin.post-install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/phpmyadmin/phpmyadmin.post-install b/testing/phpmyadmin/phpmyadmin.post-install new file mode 100644 index 0000000000..00cd7d2c78 --- /dev/null +++ b/testing/phpmyadmin/phpmyadmin.post-install @@ -0,0 +1,15 @@ +#!/bin/sh + +echo -e "\nphpMyAdmin has been installed to:" +echo -e " /usr/share/webapps/phpmyadmin" +echo -e "phpMyAdmin config files have been installed to:" +echo -e " /etc/phpmyadmin" +echo -e "If you use apache2:" +echo -e " - Change ownership of the config directory:" +echo -e " chown -R apache:apache /etc/phpmyadmin" +echo -e " - See if you need to modify the following files:" +echo -e " /etc/apache2/conf.d/phpmyadmin.conf" +echo -e " /etc/phpmyadmin/htaccess" +echo -e " - Restart apache2 when done.\n" + +exit 0 |
