BuildForge Help

Road Map: Agent on UNIX/Linux

Complete the tasks in the table to install the Build Forge Agent on a UNIX/Linux host. The table summarizes general tasks. Task details vary by platform. For detailed instructions, see the installation guide.

Table 1. Agent Installation Tasks for UNIX/Linux
  Task Topic
  Locate the <platform>-bfagent-<version>.tar.gz file on the CD or the download site. Click the file and save it to the agent installation directory. For example, /usr/local/bin. Installing the Agent on UNIX and Linux Platforms
  Unzip the file:

$gzip -d <platform>-bfagent-<version>.tar.gz

Installing the Agent on UNIX and Linux Platforms
  Extract the file contents:

$tar xvf <platform>-bfagent-<version>.tar

Installing the Agent on UNIX and Linux Platforms
  Change to the installation directory and start the agent installer:

$./install.sh

Installing the Agent on UNIX and Linux Platforms