freebsd-ports/databases/adminer/files/pkg-message.in
Wen Heping 31b18caa02 - Update to 2.3.2
- Update my email to FreeBSD
2010-05-19 13:43:33 +00:00

20 lines
529 B
Text

POST-INSTALL CONFIGURATION FOR Adminer
=====================================
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 /adminer %%WWWDIR%%/adminer
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Then you can visit your Adminer site with a browser
(i.e. http://your.server.com/adminer/)
=====================================