]> git.sur5r.net Git - bacula/bacula/blob - gui/README
baculum: Saving auth file for web server HTTP Basic auth
[bacula/bacula] / gui / README
1
2 This is the Bacula GUI directory. It contains graphical tools for
3 Bacula, and consists of the following subdirectories:
4
5   Directory          Contents
6   bacula-web         A management level tool for reporting Backup
7                      job status. It is a Web based application that
8                      uses php.
9   bimagemgr          A web based tool for managing and burning CD
10                      images of Volumes created by Bacula.
11
12 Build instructions:                       
13
14 First, you must do:
15
16   cd <gui>
17   ./configure --with-bacula=<path-to-bacula-source>
18
19   This will find the current Bacula version, and create
20   all the Makefiles from Makefile.in  
21
22   Do not edit the Makefiles or your changes will be lost. Always
23   edit Makefile.in
24
25 For bacula-web: 
26   cd bacula-web
27   examine the README 
28     or alternatively use the html document released as   
29     bacula-docs-nn.mm.xx.tar.gz
30
31 For bimagemgr:
32   There are a number of additional configuration options that
33     you may specify on the ./configure line shown above. To see
34     them enter: ./configure --help
35   cd bimagemgr
36   make
37   make install
38   ...
39
40 To create a distribution tar file
41    cd <gui>
42    ./configure --with-bacula=<bacula-source-directory>
43    make clean
44    make
45    make release
46
47    The output will be two .tar.gz files in the current directory
48    with the names bacula-web-<version>.tar.gz and 
49    bimagemgr-<version>.tar.gz
50    It will print the name.