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 [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
