Add files from parent branch HEAD:
[pkgsrc.git] / www / p5-Apache-Gallery / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2005/01/23 18:26:39 kim Exp $
3
4 The default Apache::Gallery templates have been installed in
5
6     ${AG_SHAREDIR}/templates
7
8 The templates refer to icons and stylesheets, that need to be accessible
9 through your HTTP server.  If you are running Apache, then you may either
10 symlink
11
12         ln -s ${AG_SHAREDIR}/htdocs ${AG}
13
14 in DocumentRoot, or add the following line to httpd.conf:
15
16         Include ${PKG_SYSCONFDIR}/${AG}.conf
17
18 For more configuration information, see the following files:
19
20         ${AG_DOCDIR}/INSTALL
21         ${AG_DOCDIR}/README
22         ${AG_DOCDIR}/UPGRADE
23
24 ===========================================================================