aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ampache/files/pkg-message.in
blob: 51d749fdfb8a3c334255d7836bfa4697839a7474 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---------------------------------------------------------------------------

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.