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

How to Install LAMP on Fedora 30 Gnu/Linux

April 3, 2019 | By the+gnu+linux+evangelist.

Installing

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

    Enabling Remi’s RPM Repos
  2. Installing Apache & PHP 7.3.

    sudo dnf --enablerepo=remi --enablerepo=remi-php73 install httpd php php-common
  3. Installing MySQL & PHP Modules.

    sudo dnf --enablerepo=remi --enablerepo=remi-php73 install mysql php-pear php-mysqlnd php-gd php-mbstring php-mcrypt php-xml
    

Contents