freebsd-ports/www/bacula-web/files/pkg-message.in
John Marino f294cf2a50 www/bacula-web: Fix pkg-message for non-default location installations
I noticed in the commit diff that the pkg-message did not account for
non-default values of BACULAWEB_HOME, but rather assumed the equivalent
of %%WWWDIR%% (and didn't even use that!).  Add a new substition so that
the pkg-message message is correct for non-default locations.

PR:		191583
2014-08-09 13:54:07 +00:00

20 lines
658 B
Text

***********************************************************************
* POST INSTALL CONFIGURATION *
***********************************************************************
Please note that everything has been installed in %%BASE%%.
You need to copy %%BASE%%/application/config/config.php.sample to
%%BASE%%/application/config/config.php and modify with your preferences.
You will probably want to add an alias to your httpd.conf file, something
like this:
Alias /bacula-web "%%BASE%%/"
And restart Apache.
Alternatively, you can create a host dedicated to bacula-web and use
a DocumentRoot of %%BASE%%/.