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.
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 |