]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Tweak update INSTALL file
authorMarcin Haba <marcin.haba@bacula.pl>
Sun, 15 Mar 2015 17:43:08 +0000 (18:43 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Sun, 15 Mar 2015 17:43:08 +0000 (18:43 +0100)
gui/baculum/INSTALL

index 71b71f78aac120cf164469408853df744c77d279..442f716107d9d2872f8059e404d95a12f82b18bb 100644 (file)
 Baculum is Bacula web based interface. It enables Bacula administration
 functions such as:
 
-- Running backup and restore tasks
+- Running Bacula jobs (backup, restore, verify...)
 - Monitoring Bacula services by getting status these services
 - Bacula console available via web interface
 - Support for customized and restricted consoles (Console ACL functionality)
 - Multiple Directors support
 - Volumes managenment including labeling new volumes
+- User friendly graphs
 - Basic storage daemon operations on volumes (mount, umount, release actions)
 - Easy in use configuration and restore wizards
 - other features...
@@ -31,16 +32,16 @@ functions such as:
 2.1 General requirements
 
 
-Environmnent for Baculum installation should have next components:
+Environmnent for Baculum installation should have following components:
 
 - Web Server - with mod_rewrite module loaded. Baculum has been
-tested on Apache HTTP Server.
+tested on Apache HTTP Server and Lighttpd.
 
 - PHP 5.3 or higher - as web server module. PHP CLI interpreter is not needed.
 PHP should have installed next modules:
     * PDO PHP support - depending on your catalog database: PDO PostgreSQL,
 PDO MySQL or PDO SQLite.
-      Note, in case using MySQL database required is using MySQL native driver.
+      Note, in case using MySQL database required is to use MySQL native driver.
       It is php-mysqlnd for PHP, not php-mysql.
     * BCMath PHP module.
     * cURL PHP module.
@@ -48,12 +49,12 @@ PDO MySQL or PDO SQLite.
     * JSON PHP module.
 - Bconsole - configured Bacula text based console
 - Access to Bacula catalog database - computer with Baculum installation should be
-able to connection to Bacula catalog database. There is not need to install Baculum
-on server with Bacula DB because Baculum can communicate with Bacula database
+able to connect to Bacula catalog database. There is not need to install Baculum
+on server with Bacula Catalog DB because Baculum can communicate with Bacula database
 located on remote server.
 
 Above requirements are validated during Baculum start. So if in installation
-environment there lacks some from these components then you will be informed
+environment there lacks some from these components then you be informed
 about it.
 
 
@@ -146,7 +147,7 @@ permissions for web server for three below directories:
 /[files base location]/protected/runtime
 
 These directories permissions are validated during Baculum start. If web server
-will not be able to write data in some from above directries then you will be
+will not be able to write data in some from above directries then you be
 informed about this fact.