Once you have your Artifactory server set up, install the TeamForge-Artifactory integration plugin.
You must keep the following information handy before installing the TeamForge-Artifactory integration plugin:
- TeamForge Host URL: The URL to access TeamForge. For example, http://ctf.cloud.collab.net.
- TeamForge administrator user name and password.
- Artifactory Application Name: The name given to your Artifactory integration. In other words, the name found in the Artifactory integrated application configuration file.
- Artifactory Host URL: The fully qualified Artifactory URL.
- Log on to the Artifactory server.
- Download the
artifactory-teamforge-plugin-1.0.tar
file. - Unzip the
artifactory-teamforge-plugin-1.0.tar
file.- Linux:
cd $ARTIFACTORY_HOME/etc/plugins/ tar -xf Artifactory-teamforge-plugin.tar
- Windows: Use a utility such as WinRAR.
- Linux:
- Install the TeamForge-Artifactory integration plugin passing the -m flag to import TeamForge certificates. This is required only on SSL-enabled sites (https sites).
sudo java -jar $ARTIFACTORY_HOME/etc/plugins/lib/installer-1.0.jar -m
Enter the TeamForge Host URL when prompted.
- Start Artifactory.
- Once Artifactory is up and running, upload the Artifactory IAF descriptors to TeamForge.
sudo java -jar $ARTIFACTORY_HOME/etc/plugins/lib/installer-1.0.jar -i
Enter the TeamForge Host URL, TeamForge Administrator user name and password, Artifactory application name and Artifactory Host URL when prompted.