Generic Directory Layout
This is the generic directory layout for all JFrog products. JFROG_HOME
This is the generic directory layout for all JFrog products.
JFROG_HOME
└── <product>
├── app
│ ├── bin
│ ├── run
│ ├── doc
│ ├── <third-party>
│ │ ├── java
│ │ ├── yq
│ │ └── others
│ └── <service>
│ │ ├── bin
│ │ └── lib
│ └── misc
│
└── var
├── backup
│ └── <service>
├── bootstrap
│ └── <service>
├── data
│ └── <service>
├── etc
│ ├── system.yaml
│ ├── <service>
│ └── security
│ └──master.key
│ └──join.key
├── log
│ └── <service logs>
│ └── archived
│ └── <archived service logs>
└── work
└── <service>Updated 5 days ago
