summaryrefslogtreecommitdiff
path: root/audio/ampache/MESSAGE
blob: 31660f69600b1a4549f63ae1d0701b63ab6e4656 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
===========================================================================
$NetBSD: MESSAGE,v 1.2 2009/05/03 14:29:15 abs Exp $

Please refer to the following file on how to setup your Ampache
installation.

	${INSTDIR}/docs/INSTALL

You will need to make Ampache accessible through your HTTP server.
If you are running Apache and ap-php, then you can add the following
lines to httpd.conf:

	Include ${PKG_SYSCONFDIR}/ampache.conf

You will also need to ensure php.ini has the following enabled:

	extension=gettext.so
	extension=iconv.so
	extension=mbstring.so
	extension=mysql.so

===========================================================================