]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/INSTALL
ebl Update tpl files
[bacula/bacula] / gui / bweb / INSTALL
index 857070914ac890e74ccc77fecc11ac1d70347d67..cbc4550d1197f1566b7c57114e9eb8914f0aed1f 100644 (file)
@@ -77,14 +77,16 @@ Simply use lang/fr/tpl/*.tpl files instead of tpl/*.tpl
     - CGI
     - Expect
     - Time::ParseDate
+    - Date::Calc
 
  You can install perl modules with CPAN
  perl -e shell -MCPAN
   > install Expect
 
  Or use your distribution
- apt-get install libgd-graph-perl libhtml-template-perl libexpect-perl
- apt-get install libdbd-mysql-perl libdbd-pg-perl libdbi-perl libtime-modules-perl
+ apt-get install libgd-graph-perl libhtml-template-perl libexpect-perl \
+                 libdbd-mysql-perl libdbd-pg-perl libdbi-perl \
+                 libdate-calc-perl libtime-modules-perl
 
  Note: the best way to test if you have all the dependencies
  fullfilled for Perl is to:
@@ -329,6 +331,7 @@ Warning, this function is not for production use at this time !
 It will do some basics things on a working bweb/brestore setup.
 
 1) Go to http://extjs.com and download their toolkit (last 1.X release)
+
 2) Install files in /bweb/ext web root 
  example on debian : 
   root@localhost:~# mv ext-1.1.1 /usr/share/bweb/html/ext
@@ -340,7 +343,11 @@ It will do some basics things on a working bweb/brestore setup.
   edit the bweb/cgi/bresto.pl script and change $bresto_enable=0; to $bresto_enable=1;
   on the top of the file.
 
-4) Go on http://you-director/bweb/bresto.html
+5) Use the last Bweb.pm
+  If you are trying bresto in a working bweb/brestore setup, you must make sure that you use 
+  the last Bweb.pm SVN version.
+
+6) Go on http://you-director/bweb/bresto.html
 
 ################################################################