|
QuickBuild 2.0 Documentation
|
Supported operating systems
- Windows 2000/XP/Vista 32 bit, x86 architecture
- Linux 32 bit, x86 architecture
- Mac OSX 32 bit
- More operating systems will be supported in the formal 2.0 release
Memory requirement
- 512M minimum, 1G recommended
Installation Steps
- Make sure QuickBuild server is up and running, login to QuickBuild as administrator and navigate to Grid tab, click the the link download build agent to download the build agent package to the machine where you want to install the build agent.
- 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 other platforms, change to the bin directory, and run the following command to start the agent:
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.
NOTE:
- After the agent starts up, it may complain with the message "This build agent is not authorized to join the grid". Upon this, you need to login to QuickBuild server and authorize the agent to join the grid. Refer to Configuring Build Grid for how to authorize build agents to join grid.
|