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