OverviewIn addition to the other Artifactory installation options, Artifactory can also be installed as an RPM package on RedHat compatible Linux distributions. The RPM distribution is available from Artifactory version 2.3.3. The RPM package creates a dedicated user, installs a stripped-down distribution of the Apache Tomcat container configured for Artifactory (on port 8081 by default), and registers this Tomcat as a service (but does not start it immediately). This package effectively replaces the different setup scripts included with the Artifactory Zip distribution. Requirements
Managed Files And FoldersArtifactory, when installed via RPM retains the FHS (Filesystem Hierarchy Standard) format.
MySQL Additional ConfigurationThe RPM includes a small CLI tool that assists with the configuration of Artifactory to use MySQL as a Storage Method (recommended). After running the RPM installation process, it provides you with the option to run the MySQL configuration manually. The tool is located in /opt/jfrog/artifactory/bin/configure.mysql.sh and requires MySQL 5.5+ to be pre-installed and running. Installing ArtifactoryTo install Artifactory use: Running ArtifactoryTo start and stop Artifactory use the init script accordingly: or Accessing ArtifactoryArtifactory can be found using the following URL: |