summaryrefslogtreecommitdiff
path: root/devel/p4db/pkg-message
blob: dec91a1f5ca63b1587680dfda11caf111771e012 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
************************************************************************
To launch your p4db site, edit /usr/local/perforce/p4db/P4DB.conf and
configure the web server to make /usr/local/perforce/p4db/www
viewable.  For example:

    Alias /p4db/ "/usr/local/perforce/p4db/www/"
    <Directory "/usr/local/perforce/p4db/www">
        AddHandler cgi-script .cgi
        DirectoryIndex index.cgi
        Options ExecCGI
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

(Replace /usr/local with your ${PREFIX} as appropriate)
************************************************************************