Step 1: Setting up the Live Artifactory Instance

ARTIFACTORY: Step-by-step guide to setup Artifactory Cold Storage

AuthorFullName__c
Vaibhav Jain
articleNumber
000005475
ft:sourceType
Salesforce
FirstPublishedDate
2022-11-29T15:05:10Z
lastModifiedDate
2022-11-29
VersionNumber
4
  1. Download and install the Artifactory on your machine. The Live Artifactory instance can be a newly installed instance or an existing instance.
  2. Add the below configuration to the system.yaml file present under ‘$JFROG_HOME/artifactory/var/log/etc/’ directory to enable Mission Control.
        mc:
            #port: 8080
            enabled: true 
  3. Start the Artifactory Live instance.
Please note that you can also add the shared.jfrogColdStorage.coldInstanceEnabled property and set it as false to configure the instance as the Live instance.