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

How to Install WildFly on Ubuntu 18.10 Cosmic Step-by-step

October 5, 2018 | By the+gnu+linux+evangelist.

WildFly Ubuntu 18.10 - Downloading

  1. Download Latest WildFly JEE App Server

    WildFly App Server tar.gz

    Grab the Application Server Release.

  2. Double-Click on Archive and Extract Into /tmp.

    Install WildFly on Ubuntu 18.10 Cosmic - Extraction
    Or from Shell:

    tar xvfz wildfly*.tar.gz -C /tmp/