]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl update install doc for mysql sql script
authorEric Bollengier <eric@eb.homelinux.org>
Sat, 11 Aug 2007 09:04:00 +0000 (09:04 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sat, 11 Aug 2007 09:04:00 +0000 (09:04 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5344 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/ReleaseNotes
gui/bweb/install_bweb

index c255e9483c20a950841325380ac122ad2311a6ed..86389055cbda2ff4edea89a9cf89a77005586e4b 100644 (file)
@@ -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 
 
index 05c6e322cbe9f4a74b3ed750df01c2a7a2046e68..02fd82eabbc194529932447229ea442075e8b837 100755 (executable)
@@ -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 !