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

How to Install Nexus Repository Manager OSS Debian Buster

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

Installing

  1. 3. Downloading Nexus OSS

    Download Nexus Repository Manager OSS for Debian GNU/Linux

    Nexus Repository Manager OSS tar.gz Linux
  2. 4. Extracting Nexus OSS

    Then Extract into /tmp Directory
    If it does Not Open automatically then Double-Click on File Manager:

    How to Install Nexus Repository Manager OSS Debian Buster 10 - Extracting
    Or from Command Line:

    tar xvzf $HOME/Downloads/nexus*.tar.gz -C /tmp/
  3. 5. Installing Nexus OSS

    Next Relocate Nexus Repo Manager
    Here is described a System-Wide Setup, for a Put stuff into Home Folder.

    sudo mv /tmp/nexus* /opt/nexus

    Then do the same also for the Sonatype Data Directory:

    sudo mv /tmp/sonatype-work /opt/nexus

    Again, Set the SuperUser as Owner:

    sudo chown -R root:root /opt/nexus

Contents