]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/README
ebl Fix a bug in user edition
[bacula/bacula] / gui / bacula-web / README
index 57137fbf9b9457fa8cc1c5afbd19549e69c55e53..086d45ef2e7490709b284066ccdbdbee5e32d2d4 100644 (file)
@@ -5,7 +5,7 @@ Juan Luis Franc
 
 News and bugs: http://indpnday.com/bacula_stuff/bacula-web/mantisbt/login_page.php
 
-REQUERIMENTS:
+REQUIREMENTS:
 **************
         
         - Web server    (Tested with apache)
@@ -14,7 +14,10 @@ REQUERIMENTS:
                 - GD 2.x
                 - TrueType (optional)
                 - Pear DB (http://pear.php.net/package/DB)
-                - MySQL or PostgreSQL
+                - MySQL or PostgreSQL (SQLite is not supported)
+                - Sessions
+        - If you use PostgreSQL
+                - dbsize contrib package
         - Bacula (Oh!, yes, you need this ;-) ) http://www.bacula.org
 
                 
@@ -23,6 +26,7 @@ INSTALL
 - Copy this distribution to root directory or a subdirectory of your webroot.
 - Edit configs/bacula.conf with your preferences
 - Run "test.php" from your browser.
+- You need to turn on the short_open_tag option in php.ini
 
 
 NOTES