summaryrefslogtreecommitdiff
path: root/www/bacula-web
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-08-14 15:09:49 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-08-14 15:09:49 +0000
commitbced2bf5173eb987458e757e157d708a5783d843 (patch)
treee442c876885430bad6af6460bafdd6c05125bd06 /www/bacula-web
parentAdd 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/bacula-web')
-rw-r--r--www/bacula-web/files/pkg-message.in15
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.