Getting Started
5. Launching
Finally, to Run YouTrack on Debian
First, access the Target:cd ~/youtrack
And the Start it:
java -Xmx1g -XX:MaxPermSize=250M -Djava.awt.headless=true -jar ./youtrack*.jar 127.0.0.1:8080
Possibly Set a different IP/Port.
$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }