View Source

h3. Supported operating systems

* Windows 2000/XP/Vista, 32 bit and 64 bit, x86 architecture
* Linux, 32 bit and 64 bit, x86 architecture and PowerPC architecture
* Mac OS X, 32 bit and 64 bit
* Solaris, 32 bit and 64 bit, Sparc and X86 architecture
* FreeBSD, 32 bit and 64 bit, x86 architecture
* AIX, 32 bit and 64 bit, PowerPC architecture
* HP-UX, 32 bit and 64 bit, IA and PARISC architecture

h3. Memory requirement

* 16M minimum, 64M recommended

h3. Installation Steps

# Make sure QuickBuild server is up and running, login to QuickBuild using your account and navigate to _My_ tab, click the the link _download user agent_ to download user agent of desired platform. Extract downloaded file into the directory where the user agent should be installed.
# Make sure you have Sun JDK5 or JDK6 installed. For JDK5, QuickBuild requires at least JDK5 update 11. Download the appropriate JDK version from [http://java.sun.com] if needed.
# Make sure the _java_ command exists in the system path; if not, you will need to modify the file _conf/wrapper.conf_ under the build agent's installation directory, and point the entry _wrapper.java.command_ to path of the java command.
# For Windows platform, run _bin/agent.bat_ to start the agent; for Unix platforms, run command _bin/agent.sh console_ to start the agent. Please make sure the user running the command has *full access rights* to the agent's installation directory. During the start up, the agent will contact the server. If the server is down, the agent will wait until the server is up and running, and then it continue its start up process. Please note:
#* By default, the build agent will run on port 8821. If this port is used by other process, you can change the port number to an unused port by running command _config.bat_ (for Windows), or _config.sh_ (for Unix).
#* This command runs QuickBuild agent in console mode. Follow [this guide|Install As System Service] on how to install the agent as system service so that it auto-starts when machine reboots.
# If you changed your user name/password at QuickBuild server, you will need to specify the correct credentials for the user agent by running _config.bat_ (for Windows), or _config.sh_ (for Unix).