Setup
4. Setting Up GitEye
Relocating GitEye
First, Set the SuperUser as Owner:sudo chown -R root:root /tmp/GitEye
Then Switch Contents:
sudo mv /tmp/GitEye /opt/GitEye
If Got “User is Not in Sudoers file” then see: How to Enable sudo
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }
Relocating GitEye
First, Set the SuperUser as Owner:
sudo chown -R root:root /tmp/GitEye
Then Switch Contents:
sudo mv /tmp/GitEye /opt/GitEye
If Got “User is Not in Sudoers file” then see: How to Enable sudo