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

How to Install YouTrack on Debian Stretch 9 Gnu/Linux

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

Installing

  1. 2. Downloading

    Download Latest JetBrains YouTrack.

    YouTrack .jar for Linux
  2. 3. Installing Java

    How to Install Required Oracle Java SE for Debian

    Java SE Debian Installation Guide
  3. 4. Setting Up

    Then to Set Up YouTrack (Optional)
    Make a Directory with:

    mkdir ~/youtrack

    And then Switch it inside:

    mv ~/Downloads/youtrack*.jar ~/youtrack

Contents