Changes between Version 1 and Version 2 of BUILD_SERVER_INSTANCE_R0
- Timestamp:
- 12/10/08 14:40:47 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BUILD_SERVER_INSTANCE_R0
v1 v2 9 9 10 10 == Overview == 11 The goal of this task is to create a one-step process for turning source code into a working system. This involves setting up a build server.11 The goal of this task (and its related) is to create a one-step process for turning source code into a working system. This involves setting up a build server. 12 12 13 13 == Task requirements == 14 14 We must provide a running and available instance of a build server. 15 * Search for a build server which suits our needs and provide it. 16 * 15 * Search for a build server which suits our needs. 16 * Locate the place where the server will be (maybe the same as the new Trac system?). 17 * Make basic setup and run the server. 18 * Integration with the project and further setup are not part of this task. 17 19 18 20 == Task result == … … 20 22 21 23 == Implementation idea == 22 ^(It is advisable to include some rough implementations ideas.)^ 24 When searching for a suitable server, keep in mind that it must provide all the functionality, that the tasks in "Related" section require. [[BR]] 25 Look at [https://hudson.dev.java.net/ Hudson] and [http://continuum.apache.org Continuum]. 23 26 24 27 == Related == 25 28 [wiki:BUILD_SERVER_INTEGRATION_R0] [[BR]] 29 [wiki:BUILD_SERVER_REPORTS_R0] [[BR]] 30 [wiki:BUILD_SERVER_DEPLOYMENTS_R0] [[BR]] 31 [wiki:SCS_MACHINE_SETUP_R1] [[BR]] 26 32 27 33 == How to demo == 28 34 Show the instance running. 29 35 30 36 = Design =