Before beginning the installation : Check the prerequisites
Install the EPEL repository:
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpmCreate a file /etc/yum.repos.d/bm.repo containing:
[bm]
name=Blue Mind Packages
baseurl=http://pkg.blue-mind.net/1/rhel6/main/
failovermethod=priority
enabled=1
gpgcheck=0Then type the following commands to install Blue Mind:
yum install bm-fullNote: If you have problems accessing Blue Mind, consider setting your firewall iptables and SElinux properly, or disable the service:
chkconfig iptables off
Edit the file /etc/sysconfig/selinux '
Change the line SELINUX = disabled
Re-boot the system
Note: If you have dependencies problem during Blue Mind installation, check that your RHN registration is ok (RHN register menu of setup command) or set install DVD as a YUM repository:
# mount /dev/cdrom /mnt
# cat > /etc/yum.repos.d/rhel-cd.repo <<EOF
[rhel-cd]
name=Red Hat Enterprise Linux $releasever - $basearch - CD
baseurl=file:///mnt/Server/
enabled=1
gpgcheck=0
EOF
# yum makecache

