]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/install_bweb
ebl Add role checks for media
[bacula/bacula] / gui / bweb / install_bweb
index 501f9b7b501dbecc71525208fbb1fe21ebb000b3..02fd82eabbc194529932447229ea442075e8b837 100755 (executable)
@@ -42,7 +42,7 @@ fi
 # Normally you should not need to change the following
 #
 # first, copy the bweb perl library into your PERL5 INC path
-sed -i "s!/etc/bacula!${CONF_DIR!" lib/Bweb.conf
+sed -i "s!/etc/bacula!${CONF_DIR}!" lib/Bweb.pm
 perl Makefile.PL
 make install
 
@@ -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 !