Changes between Version 1 and Version 2 of BUILD_SERVER_DEPLOYMENTS_R0


Ignore:
Timestamp:
12/19/08 12:26:15 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BUILD_SERVER_DEPLOYMENTS_R0

    v1 v2  
    1515  * there should be a Hudson log file on appropriate place. (the build folder where the server will be set up) 
    1616  * there should be bash script which runs the server on machine start 
    17   * create users for all the developers to have access to the build server. 
     17  * create users for all the developers to have access to the build server. Create authentication rules for each of the Hudson users. 
     18  * write [wiki:BUILD_SERVER_DEPLOYMENTS] page with tutorial how to build the project and use the reports generated by Hudson. 
     19  * Research the send mail option and configure it if it is possible 
    1820 
    19  * All of these requirements were completed in [wiki:BUILD_SERVER_INSTANCE_R0] task. 
    20  
     21 * All of these requirements except the last two were completed in [wiki:BUILD_SERVER_INSTANCE_R0] task. 
    2122 
    2223== Task result == 
    23 See [wiki:BUILD_SERVER_INSTANCE_R0]. 
     24 * See [wiki:BUILD_SERVER_INSTANCE_R0]. 
     25 * Wiki [wiki:BUILD_SERVER_DEPLOYMENTS] page with the build server tutorial. 
     26 * authentication rules for the hudson users. 
     27 * received mails on every build 
    2428 
    2529== Implementation idea == 
    26 See [wiki:BUILD_SERVER_INSTANCE_R0]. 
     30 * See [wiki:BUILD_SERVER_INSTANCE_R0]. 
     31 * use Hudson tutorial: http://hudson.gotdns.com/wiki/display/HUDSON/Use+Hudson 
     32 * Use Matrix-based security in the Hudson configuration. 
    2733 
    2834== Related == 
     
    3036 
    3137== How to demo == 
    32 See [wiki:BUILD_SERVER_INSTANCE_R0]. 
     38 * See [wiki:BUILD_SERVER_INSTANCE_R0]. 
     39 * Show the wiki tutorial page 
     40 * Show the new authentication rules to the developers. 
     41 * Build the project and show the received mail 
    3342 
    3443= Design = 
    35 See [wiki:BUILD_SERVER_INSTANCE_R0]. 
     44 * See [wiki:BUILD_SERVER_INSTANCE_R0] for the requirements which intercede with instance task. 
     45 * [wiki:BUILD_SERVER_DEPLOYMENTS] created. 
     46 * In http://sophie2.org:8080/configure choose matrix-based security for authentication 
     47  * you can write users and add them to the table. Each row represents an user. 
     48  * decide the anonymous authentication - he/she should have only read privilidges 
     49 * update Hudson to its new version - 1.265. Update the report plugins also.  
     50 
     51 
    3652= Implementation = 
    3753See [wiki:BUILD_SERVER_INSTANCE_R0].