spuder
spuder

Reputation: 18407

Where is artifactory home directory?

The artifactory documentation says the ARTIFACTORY_HOME directory is

{user.home}/.artifactory

Yet if you install from .deb packages, there is no home directory for the artifactory user.

Where is $ARTIFACTORY_HOME when installed from packages?

Upvotes: 5

Views: 10482

Answers (2)

N N K Teja
N N K Teja

Reputation: 435

On Mac: it is here

ARTIFACTORY_HOME=/usr/local/opt/artifactory/libexec

Upvotes: 0

spuder
spuder

Reputation: 18407

Packages

The default configs are located in: /etc/opt/jfrog/artifactory/default
Opening that file shows ARTIFACTORY_HOME is /var/opt/jfrog/artifactory

Docker

If using the official artifactory docker container:

ARTIFACTORY_HOME=/opt/jfrog/artifactory

Upvotes: 9

Related Questions