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

How to Install GlassFish 4 on Ubuntu 18.04 Bionic Linux Easy Guide

November 9, 2018 | By the+gnu+linux+evangelist.

GlassFish 4 Ubuntu 18.04 - Installing

  1. Finally, to Install Glassfish 4 in Ubuntu 18.04 Bionic
    (Here we describe a System-Wide Setup, for a Local one Just Run from Home)
    Set the SuperUser as Owner:

    sudo chown -R root:root /tmp/glassfish4

    And Switch contents:

    sudo mv /tmp/glassfish4 /opt/
  2. Moreover, Append Glassfish into User’s Path.

    echo "export PATH=$PATH:/opt/glassfish4/bin" >> ~/.bashrc

    To Reload Path simply:

    bash