Last active 1747657096

BlueOnyx

Revision 7f203595cd2e5569472256d65be003c1eabd2c1c

BlueOnyx.md Raw

Disable selinux

sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config

Update the system

dnf -y update && reboot

Install needed apps

dnf -y install epel-release git wget curl

Install docker

curl -q -fsSL https://get.docker.com | sh

Install incus

dnf -y install epel-release &&
  dnf config-manager --enable crb &&
  dnf copr enable neil/incus &&
  dnf install incus incus-tools

Install blueonyx

if curl -q -LSsf http://devel.blueonyx.it/pub/5211R.rpm -o /tmp/blueonyx.rpm; then
  if yum localinstall -y /tmp/blueonyx.rpm;then
    yum clean all
    if yum update -y && yum groupinstall -y blueonyx; then
      sh /usr/sausalito/scripts/initServices.sh
    fi
  fi
fi
#

mandatory reboot

curl -q -fsSL https://get.docker.com | sh

Install system scripts


Default login

Username: root
Password: blueonyx