Bacula-users

[Bacula-users] Baculum 7.2.0 binary packages for Ubuntu 15.04 and Debian 8

2015-08-16 07:09:42
Subject: [Bacula-users] Baculum 7.2.0 binary packages for Ubuntu 15.04 and Debian 8
From: Marcin Haba <ganiuszka AT gmail DOT com>
To: "Bacula-users AT lists.sourceforge DOT net" <bacula-users AT lists.sourceforge DOT net>
Date: Sun, 16 Aug 2015 13:05:23 +0200
Hello,

I prepared new Baculum 7.2.0 binary packages for Ubuntu 15.04 (Vivid)
and Debian 8 (Jessie).

Note, this version is splitted into three packages:

baculum_7.2.0          - base Baculum package
baculum-apache2_7.2.0  - Apache config files for Baculum
baculum-lighttpd_7.2.0 - Lighttpd config files for Baculum

Fresh install can be done by following steps:

=== Ubuntu 15.04 (Vivid) ===

1) Add PPA repository:

$ sudo add-apt-repository ppa:ganiuszka/baculum

2) Update packages index:

$ sudo apt-get update

3) Install Baculum base package:

$ sudo apt-get install baculum

4) Install web server specific Baculum config files and start web server:

a) For Apache:

$ sudo apt-get install baculum-apache2

Next is required to enable mod_rewrite module for Apache manually (if
not enabled):
$ sudo ln -s /etc/apache2/mods-available/rewrite.load
/etc/apache2/mods-enabled/rewrite.load

then enable Baculum webGUI in Apache:
$ sudo ln -s /etc/apache2/sites-available/baculum.conf
/etc/apache2/sites-enabled/baculum.conf

and at the end restart Apache server:

$ sudo service apache2 restart

b) For Lighttpd:

$ sudo apt-get install baculum-lighttpd
$ sudo service baculum-lighttpd start

5) Access from web browser:

http://localhost:9095/

First time login: admin
First time password: admin

=== Debian 8 (Jessie) ===

In case Baculum Debian packages there is no special Debian repository.
From this reason Baculum 7.2.0 deb packages installation can be done
by download binary packages directly and install them:

1) Download and install Baculum base package:

# wget 
https://launchpad.net/~ganiuszka/+archive/ubuntu/baculum/+files/baculum_7.2.0ppa1~jessie1_all.deb
# gdebi baculum_7.2.0ppa1~jessie1_all.deb

2) Download and install web server specific Baculum config files and
start web server:

a) For Apache:

# wget 
https://launchpad.net/~ganiuszka/+archive/ubuntu/baculum/+files/baculum-apache2_7.2.0ppa1~jessie1_all.deb
# gdebi baculum-apache2_7.2.0ppa1~jessie1_all.deb

Next is required to enable mod_rewrite module for Apache manually (if
not enabled):

# ln -s /etc/apache2/mods-available/rewrite.load
/etc/apache2/mods-enabled/rewrite.load

then enable Baculum webGUI in Apache:

# ln -s /etc/apache2/sites-available/baculum.conf
/etc/apache2/sites-enabled/baculum.conf

and at the end restart Apache server:

# service apache2 restart

b) For Lighttpd:

# wget 
https://launchpad.net/~ganiuszka/+archive/ubuntu/baculum/+files/baculum-lighttpd_7.2.0ppa1~jessie1_all.deb
# gdebi baculum-lighttpd_7.2.0ppa1~jessie1_all.deb

# sudo service baculum-lighttpd start

3) Access from web browser:

http://localhost:9095/

First time login: admin
First time password: admin

== Note ==
In initial wizard for access to bconsole by sudo please create a file:

# vi /etc/sudoers.d/baculum

and type there two lines both in case Apache specific and Lighttpd
specific installation:

Defaults:www-data !requiretty
www-data  ALL= NOPASSWD:  /usr/sbin/bconsole

=== Upgrade 7.0+git<date> packages from Git snapshot ===

For users that already using Baculum for Ubuntu or Debian from binary
packages on Launchpad.net marked as 7.0+git<date> that were built from
Git snapshot, I recommend first to remove baculum-7.0+git<date> deb
package and then install Baculum 7.2.0 following on above
descriptions. I am sorry for this inconvenience.

Comments and notices are welcome.

Best regards.
Marcin Haba (gani)

-- 
"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich." Jezus Chrystus

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Baculum 7.2.0 binary packages for Ubuntu 15.04 and Debian 8, Marcin Haba <=