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

How to Install TeamCity on Ubuntu 18.04 Bionic Gnu/Linux

August 25, 2018 | By the+gnu+linux+evangelist.

GNU/Linux Ubuntu 18.04 Installing TeamCity – Step by step Guide

How to Install TeamCity IDE on Ubuntu 18.04 Bionic LTS GNU/Linux.

And TeamCity for Ubuntu 18.04 is a Powerful and user-friendly Continuous Integration and Deployment server that works Out of the Box.

Finally, the Oracle Java Development Kit is Recommended for Running TeamCity on Ubuntu Linux.

How to Install TeamCity on Ubuntu 18.04 Bionic GNU/Linux
  1. 1. Launching Terminal

    Open a Command Line Shell Session
    (Press “Enter” to Execute Commands).

    TeamCity Installation Ubuntu 18.04 - Open Terminal