Setting Up
2. Installing LAMP
Installing LAMP Web Server.
sudo apt install apache2 php mysql-server php-mysql libapache2-mod-php
If Got “User is Not in Sudoers file” then see: How to Enable sudo
How to Replace MySQL with the MariaDB for MX.
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Installing LAMP Web Server.
sudo apt install apache2 php mysql-server php-mysql libapache2-mod-php
If Got “User is Not in Sudoers file” then see: How to Enable sudo
How to Replace MySQL with the MariaDB for MX.