From: Kern Sibbald Date: Mon, 30 Nov 2009 10:19:40 +0000 (+0100) Subject: Add config doc in INSTALL X-Git-Tag: Release-5.0.0~234 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b034d1800b08b2506dc8a939586a46ba261faa0b;p=bacula%2Fbacula Add config doc in INSTALL --- diff --git a/gui/bweb/INSTALL b/gui/bweb/INSTALL index 02ba5bb7b0..c7adb04d74 100644 --- a/gui/bweb/INSTALL +++ b/gui/bweb/INSTALL @@ -92,6 +92,16 @@ in the bweb/script/httpd.conf file. You will have to configure bweb with your database and bconsole info, it can be done in the web interface. +I [Kern] used the following in the Configuration panel: +DBI: DBI:mysql:database=bacula;host=roxie +user: bacula +Password: (nothing -- I have none) +email_media: my@email.com +bconsole: /opt/bacula/bin/bconsole -n + +Click: Save +Click: Main -- you should see the charts + ################ FILE COPY (Full Apache methode) ############### # you must get bweb svn files @@ -152,10 +162,10 @@ Put this in your httpd.conf, and add user with htpasswd Alias /bweb /usr/share/bweb/html - Options FollowSymLinks MultiViews - AllowOverride None - Order allow,deny - allow from all + Options FollowSymLinks MultiViews + AllowOverride None + Order allow,deny + allow from all ScriptAlias /cgi-bin/bweb /usr/lib/cgi-bin/bweb