This section provides a guide on the different ways you can install and configure JFrog products.
Supported installer distribution types:
Before you start the installation process, make sure to check the System Requirements. |
The following installation flow applies to all JFrog products:
The package structure below is only when the package contains more than native installers and for non archive installers.
PACKAGE.TAR.GZ ├── install.sh # A wrapper script to run ├── readme.md ├── <product|templates> #native installers or docker compose templates │ ├── <product>.<rpm|deb|docker-compose-<type>.yaml> │ ├── <product2>.<rpm|deb|docker-compose-<type>.yaml> │ ├── <product3>.<rpm|deb|docker-compose-<type>.yaml> └── bin # Supporting install binaries. contents below are examples only │ ├── distHelper.sh │ ├── systemYamlhelper.sh ├── third-party #Required Third-party binaries and seeding scripts. contents below are examples only ├── postgresql │ ├── createUsers.sh │ ├── jfmcDataExport.sh │ └── postgresql-ver-linux-x64.run ├── logrotate │ ├── logrotate │ └── README.md └── rabbit ├── socat-1.7.3.2-2.el7.x86_64.rpm └── erlang-21.1.4-1.el7.centos.x86_64.rpm |