Changes between Version 20 and Version 21 of NuWa_Slave

Show
Ignore:
Timestamp:
09/24/10 15:41:40 (14 years ago)
Author:
blyth (IP: 140.112.102.77)
Comment:

document bitten slave patch application to support secure running

Legend:

Unmodified
Added
Removed
Modified
  • NuWa_Slave

    v20 v21  
    4848}}} 
    4949  * more recent revisions of bitten have incompatibilites with the trac 0.11 master  
     50 
     51 
     52 
     53=== alternative install with patching of the slave for secure running === 
     54 
     55See #580 for background. 
     56{{{ 
     57svn checkout http://svn.edgewall.org/repos/bitten/branches/experimental/trac-0.11@561 bitn   ## you may need to accept a certificate 
     58cd bitn 
     59svn export http://dayabay.phys.ntu.edu.tw/repos/env/trunk/trac/patch/bitten/bitten-trac-0.11-561.patch  
     60patch -p0 < bitten-trac-0.11-561.patch  
     61python setup.py develop       ## probably with sudo 
     62}}} 
     63 
     64To configure secure running set the below in your '''~/.dybinstrc''' , and stop and start the slave to test : 
     65{{{ 
     66slv_secure=yes 
     67}}} 
     68 
    5069 
    5170