JFrog Product Directory Structure
公关oduct | Environment Variable | Linux/Windows存档 |
RPM/Debian | Docker Container | Docker Host |
---|---|---|---|---|---|
JFrog Home | JFROG_HOME |
/opt/jfrog |
/opt/jfrog |
ROOT_DATA_DIR *Note: Defined and customized in the .env file默认值: ~/.jfrog |
|
Application |
|
|
/opt/jfrog/ |
/opt/jfrog/ |
- |
Data |
|
|
/var/opt/jfrog/ *1.Note: symbolic link |
/var/opt/jfrog/ |
ROOT_DATA_DIR/var *默认值: ~/.jfrog/ |
*目录是可定制的
1.Customizing the RPM/DebianJFrog product data
There are 2 ways to customize the data folder:
- Manual Option: Createa symbolic link from your custom folders to the default folders. For example,
$JFROG_HOME/artifactory/var
→/mnt/artifactory/var
. - Environment Variable Option: Set the JF_PRODUCT_VAR environment variable to point to a custom location in your system's environment variables files. SeeUbuntu System environment variablesfor reference.
Generic Directory Layout
This is a generic directory layout for all JFrog products.
JFROG_HOME └──├── app │ ├── bin │ ├── run │ ├── doc │ ├── │ │ ├── java │ │ ├── yq │ │ └── others │ └── │ │ ├── bin │ │ └── lib │ └── misc │ └── var ├── backup │ └── ├── bootstrap │ └── ├── data │ └── ├── etc │ ├── system.yaml │ ├── │ └── security │ └──master.key │ └──join.key ├── log │ └── │ └── archived │ └── └── work └──