JFrog Artifactory
Learn how to configure JFrog Artifactory for use with Filebase.
What is JFrog Artifactory?
1. Once installed do not start the JFrog service.
2. Then, navigate to the directory $JFROG_HOME/artifactory/var/etc/artifactory.
$JFROG_HOME/artifactory/var/etc/artifactory.<config version="2">
<chain template="s3-storage-v3-direct"/>
<provider id="s3-storage-v3" type="s3-storage-v3">
<endpoint>s3.filebase.com</endpoint>
<bucketName>filebase-sample-bucket</bucketName>
<path>/path/to/filestore</path>
<region>us-east-1</region>
<identity>filebase-access-key</identity>
<credential>filebase-secret-key</credential>
</provider>
</config>3. Next, navigate to the directory $JFROG_HOME/artifactory/var/data/artifactory and create a subdirectory called eventual.
$JFROG_HOME/artifactory/var/data/artifactory and create a subdirectory called eventual.4. Create a symlink link with the name _add that points to the $JFROG_HOME/artifactory/var/data/artifactory/filestore directory.
_add that points to the $JFROG_HOME/artifactory/var/data/artifactory/filestore directory.5. Create another symlink with the name _pre that points to the $JFROG_HOME/artifactory/var/data/artifactory/filestore/_pre directory.
_pre that points to the $JFROG_HOME/artifactory/var/data/artifactory/filestore/_pre directory.6. Start the JFrog Artifactory service.
Last updated