From f4eb29900b2849c853f323e94b930bcffdceb257 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 11 Aug 2007 09:04:00 +0000 Subject: [PATCH] ebl update install doc for mysql sql script git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5344 91ce42f0-d328-0410-95d8-f526ca767f89 --- gui/bweb/ReleaseNotes | 3 +++ gui/bweb/install_bweb | 11 ++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/gui/bweb/ReleaseNotes b/gui/bweb/ReleaseNotes index c255e9483c..86389055cb 100644 --- a/gui/bweb/ReleaseNotes +++ b/gui/bweb/ReleaseNotes @@ -1,4 +1,7 @@ Release Notes for bweb 2.2 +2007/08/11 + - update install_bweb + 2007/07/26 - Make search case insensitive with postgresql diff --git a/gui/bweb/install_bweb b/gui/bweb/install_bweb index 05c6e322cb..02fd82eabb 100755 --- a/gui/bweb/install_bweb +++ b/gui/bweb/install_bweb @@ -115,12 +115,17 @@ 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 "Please edit ${CONF_DIR}/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 " " - - +echo "You have to load sql scripts (in bweb/script) to your database with" +echo " something like :" +echo " root# mysql bacula < script/bweb-mysql.sql" +echo " or" +echo " postgres# echo 'CREATE PROCEDURAL LANGUAGE plpgsql;' | psql bacula" +echo " postgres# psql -U bacula -P passwd < script/bweb/bweb-postgresql.sql" +echo " " # done ! -- 2.39.5