summaryrefslogtreecommitdiff
path: root/databases/phpminadmin/files/pkg-message.in
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-30 21:25:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-30 21:25:28 +0000
commitd4a8317da5195cd7069fd62b7ea25e58f27c1c9d (patch)
tree18cbd31966feac28de9c2b7721200c0690891ad8 /databases/phpminadmin/files/pkg-message.in
parentRuby/ProgressBar is a text progress bar library for Ruby. (diff)
phpMinAdmin is a MySQL management tool written in PHP.
Currently it can create database, create/drop/alter tables, create/drop/alter stored procedures, functions and triggers, delete/edit/add fields, execute any SQL statement, and manage keys on fields. The main difference between phpMinAdmin and phpMyAdmin is that phpMinAdmin is light-weight. WWW: http://phpminadmin.sourceforge.net PR: ports/126915 Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'databases/phpminadmin/files/pkg-message.in')
-rw-r--r--databases/phpminadmin/files/pkg-message.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/phpminadmin/files/pkg-message.in b/databases/phpminadmin/files/pkg-message.in
new file mode 100644
index 000000000000..d6d9712a7e5c
--- /dev/null
+++ b/databases/phpminadmin/files/pkg-message.in
@@ -0,0 +1,20 @@
+
+POST-INSTALL CONFIGURATION FOR phpminadmin
+=====================================
+
+Please add the following to your Apache configuration,
+and restart the server:
+
+### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
+ Alias /phpminadmin %%WWWDIR%%
+ AcceptPathInfo On
+ <Directory %%WWWDIR%%>
+ AllowOverride None
+ Order Allow,Deny
+ Allow from all
+ </Directory>
+
+Then you can visit your phpminadmin site with a browser
+(i.e. http://your.server.com/phpminadmin/)
+
+=====================================