Skip to main content
Skip table of contents

Oracle Linux 8

You can, for the most part, follow the same instructions for CentOS 8 with a bit of Pre-Setup.

Make sure the AppStream Repo is installed

CODE
vi /etc/yum.repos.d/appstream.repo

# paste in
[ol8_latest]
name=Oracle Linux $releasever Latest ($basearch)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL8/appstream/$basearch/
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
gpgcheck=1
enabled=1

#run dnf update
dnf update


Install/Enable Firewalld

CODE
dnf install firewalld
systemctl enable firewalld
systemctl start firewalld


Install PHP

CODE
dnf module reset php
dnf module enable php:7.4
dnf -y install php
dnf -y install php-process php-xml php-pecl-apcu php-gd php-intl php-mbstring php-pdo php-soap php-pecl-zip php-mysqlnd


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.