Deploy a Vagrant Package Using the JFrog Platform WebUI

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide

To deploy a Vagrant box to Artifactory:

  1. In the Application module, under Artifactory | Artifacts select the repository to which you want to deploy your Vagrant box.

  2. Click Deploy.

    deploy-button.png
  3. In the Deploy window, verify or provide fill in the required details and attach files for upload.

    deploy_vagrant.png
  4. For target path, enter any parameters you want to add to the box as properties. For example, to upload the box precise64-virtualbox-1.0.0.box, and specify its name as precise64, its provider as virtualbox, and its version as 1.0.0, enter the following target path:

    /precise64-virtualbox-1.0.0.box;box_name=precise64;box_provider=virtualbox;box_version=1.0.0
  5. Click Deploy.