mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
a432979dd9
commit
bced2bf517
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170591
1 changed files with 13 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue