]> git.sur5r.net Git - bacula/bacula/commitdiff
Update doc
authorKern Sibbald <kern@sibbald.com>
Wed, 17 Jan 2007 13:57:08 +0000 (13:57 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 17 Jan 2007 13:57:08 +0000 (13:57 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4006 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL
gui/bweb/install_bweb

index f70aa99a16788923db7ea16f77eddf32a2121825..f06145fc93ec2946d6a44a00c4cc7e5002812ed7 100644 (file)
@@ -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
index 4f5a58cdae4d333ecbee6a3e8f3a329decec4104..bc2ccd1fd2728ae962928e3a7c146fbb6b441f47 100755 (executable)
@@ -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 !