]> git.sur5r.net Git - bacula/bacula/commitdiff
update bweb INSTALL
authorEric Bollengier <eric@eb.homelinux.org>
Sun, 19 Jul 2009 09:06:35 +0000 (09:06 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Sun, 19 Jul 2009 09:06:35 +0000 (09:06 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@9058 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/INSTALL

index 63dfc81fa56779940a9b60e6b7beda9a7c53cd7c..1c780e955b8c2cdaf332951ddfc57c2f50747ea8 100644 (file)
@@ -6,7 +6,7 @@ Bweb works well with 2.0 release or later.
 
 1) install Perl lib
 2) using lighttpd
-3) copy your files (using apache)
+3) using apache 
 4) initialize your configuration file
 5) do some sql stuff (for postgresql or mysql 5 users)
 6) use the -n option on bconsole so that it works with Expect
@@ -73,7 +73,7 @@ In this example, bweb files are in /home/bacula/bweb
 bacula:~$ cd bweb
 bacula:~/bweb$ sed -i "s:/etc/bacula/bweb.conf:$PWD/bweb.conf:" lib/Bweb.pm
 bacula:~/bweb$ cat > bweb.conf <<EOF
-$VAR1 = { template_dir => '$PWD/lang',
+\$VAR1 = { template_dir => '$PWD/lang',
           fv_write_path => '/tmp/',
  };
 EOF