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

How to Getting Started With Artifactory Java Repos Tool on Mac 10.9 Mavericks OS X Easy Guide

July 7, 2014 | By Mark Goo.

Artifactory Quick Start for macOS

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Artifactory Enterprise Repository Java Tool on macOS 10.9 Mavericks.

Artifactory is a powerful, well-polished Open Source Tool that provides a number of cool Features, including:

  • A nice AJAX-based web interface, where you can search and browse the repository
  • The ability to perform bulk imports and exports of your repository
  • Automatic backups of your repository

Artifactory comes bundled with a Tomcat web server, with default settings that are sufficient for most users.

Artifactory Quick Start on Mac 10.9 Mavericks OS X - Featured

  1. Open a Command Line Terminal Window
    (Press “Enter” to Execute Commands)

    Artifactory Quick Start on Mac 10.9 Mavericks OS X - Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Download Latest Artifactory Release

    Latest Artifactory .zip
  3. Double-Click on Artifactory .zip and Extract into /tmp.

    Or from Command Line:

    unzip /Users/[myUser]/Downloads/artifactory*.zip
    rm /Users/[myUser]/Downloads/artifactory*.zip
  4. Relocating Artifactory

    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    chown -R root:admin /Users/[myUser]/Downloads/artifactory*
    mv /Users/[myUser]/Downloads/artifactory* /opt/artifactory
    exit
  5. Getting-Started with Artifactory Repository Manager in macOS

    Artifactory Quick Start Guide