From bced2bf5173eb987458e757e157d708a5783d843 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 14 Aug 2006 15:09:49 +0000 Subject: o Fix pkg-message -- provide a better description of how to get bacula-web up and running. PR: ports/101859 Submitted by: Dan Langille (maintainer) --- www/bacula-web/files/pkg-message.in | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'www/bacula-web') 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. -- cgit v1.2.3