freebsd-ports/audio/ampache/files/pkg-message.in
Philippe Audeoud 6b66d92dca - Update to 3.4
Approved by:	tabthorpe (mentor)
2008-05-13 12:45:02 +00:00

26 lines
978 B
Text

---------------------------------------------------------------------------
Browse http://localhost/%%PORTNAME%%/ to configure your ampache
---------------------------------------------------------------------------
To make ampache available through your web site, I suggest
that you add something like the following to httpd.conf:
Alias /ampache/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%/">
Options none
AllowOverride Limit
Order Deny,Allow
Allow from all
</Directory>
---------------------------------------------------------------------------
!!WARNING!!
---------------------------------------------------------------------------
Migrating from 3.3.x to 3.4.x
Ampache 3.4 uses a different config parser that is over 10x faster then
the previous version. Unfortunately the new parser is unable to read the
old config files. You must run php %%WWWDIR%%/bin/migrate_config.inc from the
command line to create your new config file.