Bacula-users

[Bacula-users] Baculum CentOS 7 and Fedora 22 packages

2015-07-12 16:59:48
Subject: [Bacula-users] Baculum CentOS 7 and Fedora 22 packages
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, 12 Jul 2015 22:54:46 +0200
Hello,

I prepared Baculum RPM packages repository for CentOS 7 and Fedora 22.

The packages have been created from latest Git snapshot.

Below I wrote up short installation instruction for CentOS and Fedora.

=== Fedora 22 ===

1) Add Baculum repository:

dnf config-manager --add-repo
http://download.opensuse.org/repositories/home:/ganiuszka/Fedora_22/home:ganiuszka.repo

2) Install Baculum

dnf install baculum

3) If SELinux enabled then is required additional baculum-selinux package:

dnf install baculum-selinux

4) Start Baculum

service baculum start

5) In web browser go to:

http://localhost:9095/

First time login: admin
First time password: admin

=== CentOS 7 ===

1) Because Baculum installed from RPM package works using Lighttpd web
server that is not available default in CentOS, from this reason is
needed to install epel-release package first:

yum install epel-release

2) Add Baculum repository

yum-config-manager --add-repo
http://download.opensuse.org/repositories/home:/ganiuszka/CentOS_7/home:ganiuszka.repo

3) Install Baculum

yum install baculum

4) If SELinux enabled then is required additional baculum-selinux package:

yum install baculum-selinux

5) Start Baculum

service baculum start

6) In web browser go to:

http://localhost:9095/

First time login: admin
First time password: admin

Best regards.
Marcin Haba (gani)

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
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 CentOS 7 and Fedora 22 packages, Marcin Haba <=