From 71532d128cd608a91cf407ff787c48e578a5edeb Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 17 Jan 2007 13:57:08 +0000 Subject: [PATCH] Update doc git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4006 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/INSTALL | 6 +++--- gui/bweb/install_bweb | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index f70aa99a16..f06145fc93 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -56,7 +56,7 @@ Bweb works well with 1.39 release or later. # done ! - WARNING : Your www-data user must be able to execute bconsole and able + WARNING : Your www-data (or wwwrun on SuSE) user must be able to execute bconsole and able to read the bconsole.conf file! You can create an bconsole group for that. @@ -68,8 +68,8 @@ Simply use lang/fr/tpl/*.tpl files instead of tpl/*.tpl - perl modules - DBI (with mysql or postgresql support DBD::Pg and DBD::mysql) - - Gd::Graph - - Gd + - GD::Graph + - GD - HTML::Template - CGI - Expect diff --git a/gui/bweb/install_bweb b/gui/bweb/install_bweb index 4f5a58cdae..bc2ccd1fd2 100755 --- a/gui/bweb/install_bweb +++ b/gui/bweb/install_bweb @@ -104,4 +104,13 @@ if [ ! -d ${WEB_DIR} ] ; then fi install -m 644 -o root -g root html/*.{js,png,css,gif,ico,html} ${WEB_DIR}/bweb +echo " " +echo "Please edit /etc/bweb.conf and ensure that all the paths to" +echo " the various programs and files such as bconsole, bconsole.conf" +echo " are correct, and that the DBI driver is correct (default mysql)" +echo " and has the right password for your DB" +echo " " + + + # done ! -- 2.39.5