BlueOnyx.md
· 961 B · Markdown
Raw
## Disable selinux
```shell
sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
```
## Update the system
```shell
dnf -y update && reboot
```
## Install needed apps
```shell
dnf -y install epel-release git wget curl
```
## Install docker
```shell
curl -q -fsSL https://get.docker.com | sh
```
## Install incus
```shell
dnf -y install epel-release &&
dnf config-manager --enable crb &&
dnf copr enable neil/incus &&
dnf install incus incus-tools
```
## Install blueonyx
```shell
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
```shell
curl -q -fsSL https://get.docker.com | sh
```
## Install system scripts
```shell
```
## Default login
Username: root
Password: blueonyx
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