Links: http://www.debianhelp.co.uk/baculaweb.htm
sudo bash
wget http://superb-west.dl.sourceforge.net/sourceforge/bacula/bacula-gui-1.38.5.tar.gz
apt-get install unp
unp bacula-gui-1.38.5.tar.gz
cd bacula-gui-1.38.5
mv bacula-web /var/www
apt-get install pear php5-pear php5-gd php5-mysql
/etc/init.d/apache2 restart
cp /var/www/bacula-web/configs/bacula.conf /var/www/bacula-web/configs/bacula.conf.old
nano /var/www/bacula-web/configs/bacula.conf
Now you need to edit the /var/www/bacula-web/configs/bacula.conf file and put your preferences as well as ensuring that the database configuration parameters point to the Bacula database you are using.
After installing all these we need to enable gd and mysql modules
extension=mysql.so
extension=gd.so
cp /etc/php5/apache2/php.ini /etc/php5/apache2/php.ini.old
nano /etc/php5/apache2/php.ini
/etc/init.d/apache2 restart
Testing your bacula-web
Go to http://your ip address/bacula-web/test.php
Postar um comentário