git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4006
91ce42f0-d328-0410-95d8-
f526ca767f89
# 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.
- perl modules
- DBI (with mysql or postgresql support DBD::Pg and DBD::mysql)
- - Gd::Graph
- - Gd
+ - GD::Graph
+ - GD
- HTML::Template
- CGI
- Expect
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 !