diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-08-14 15:09:49 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-08-14 15:09:49 +0000 |
commit | bced2bf5173eb987458e757e157d708a5783d843 (patch) | |
tree | e442c876885430bad6af6460bafdd6c05125bd06 /www | |
parent | Add one more MASTER_SITES to fix fetch errors (diff) |
o Fix pkg-message -- provide a better description of how to get bacula-web
up and running.
PR: ports/101859
Submitted by: Dan Langille <dan@langille.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/bacula-web/files/pkg-message.in | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/www/bacula-web/files/pkg-message.in b/www/bacula-web/files/pkg-message.in index af735414b650..10a3c26da9fe 100644 --- a/www/bacula-web/files/pkg-message.in +++ b/www/bacula-web/files/pkg-message.in @@ -1,10 +1,21 @@ *********************************************************************** -* INSTALL PROCEDURE * +* POST INSTALL CONFIGURATION * *********************************************************************** Please note that everything has been installed in %%PREFIX%%/www/bacula-web. +Read %%PREFIX%%/www/bacula-web/README but keep in mind local changes for +FreeBSD: you need to copy %%PREFIX%%/etc/bacula-web.conf.sample to +%%PREFIX%%/etc/bacula-web.conf.sample and modify with your preferences. -Read %%PREFIX%%/www/bacula-web/README +You will probably want to add an alias to your httpd.conf file, something +like this: + + Alias /bacula-web "%%PREFIX%%/www/bacula-web/" + +And restart Apache. + +Alternatively, you can create a host dedicated to bacula-web and use +a DocumentRoot of %%PREFIX%%/www/bacula-web. |