]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/README
baculum: New reworked restore wizard
[bacula/bacula] / gui / README
index ac262804eda235fffded0df1b794819dbe9ed0da..71db1bb155fba1c166eaa8b7292ce7e7a21e1d43 100644 (file)
@@ -3,47 +3,19 @@ This is the Bacula GUI directory. It contains graphical tools for
 Bacula, and consists of the following subdirectories:
 
   Directory          Contents
-  bacula-web         A management level tool for reporting Backup
-                     job status. It is a Web based application that
-                     uses php.
-  bimagemgr          A web based tool for managing and burning CD
-                     images of Volumes created by Bacula.
+  baculum            Bacula web interface
 
-Build instructions:                       
+Please see the file baculum/INSTALL for the following:
 
-First, you must do:
+1. Baculum overview
+2. Operating system environment
+  2.1 General requirements
+  2.2 Linux Fedora
+  2.3 Linux Debian
+3. Preparing Baculum files
+4. Preparing Apache Web Server
+5. Example VirtualHost configuration
+6. Useful configuration samples
+7. Makefile
 
-  cd <gui>
-  ./configure --with-bacula=<path-to-bacula-source>
 
-  This will find the current Bacula version, and create
-  all the Makefiles from Makefile.in  
-
-  Do not edit the Makefiles or your changes will be lost. Always
-  edit Makefile.in
-
-For bacula-web: 
-  cd bacula-web
-  examine the README 
-    or alternatively use the html document released as   
-    bacula-docs-nn.mm.xx.tar.gz
-
-For bimagemgr:
-  There are a number of additional configuration options that
-    you may specify on the ./configure line shown above. To see
-    them enter: ./configure --help
-  cd bimagemgr
-  make
-  make install
-  ...
-
-To create a distribution tar file (NOT YET IMPLEMENTED!!!!!)
-   cd <gui>
-   ./configure --with-bacula=<bacula-source-directory>
-   make clean
-   make
-   make release
-
-   The output will be a .tar.gz file in the current directory
-   with the name bacula-gui-<version>.tar.gz 
-   It will print the name.