Artifactory Ubuntu 18.10 - Setting Up
-
Relocating Artifactory
sudo chown -R root:root /tmp/artifactory*
mv /tmp/artifactory* /opt/artifactory
exit
-
Installing Artifactory Service
cd /opt/artifactory/bin
sudo ./installService.sh
Contents
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }