$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install LAMP With Apache, MariaDB & PHP 7 on Red Hat Linux 6

June 15, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing MariaDB

    How to Install MariaDB on Red Hat Linux

    Here MariaDB Red Hat Linux Setup Guide
    Link to MariaDB Installation Guide for Red Hat Linux
  2. 3. Setting Up Repo

    How to Install Remi’s Rpm Repos on Red-Hat Linux Based

    Here Enabling Remi’s RPM Repos
    Link to Step-by-Step Guide on Enabling the Remi's RPM Repositories for Red Hat Linux Based Distros.
  3. 4. Installing

    Then to Install Apache & PHP 7.3.

    Copy
    sudo yum --enablerepo=remi,remi-php73 install httpd php php-common

    Again to Install PHP Modules.

    Copy
    sudo yum --enablerepo=remi,remi-php73 install mariadb php-pear php-mysqlnd php-gd php-mbstring php-mcrypt php-xml
    

Contents