Changes between Version 19 and Version 20 of Installation/Build
- Timestamp:
- Feb 10, 2013 7:18:26 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Build
v19 v20 62 62 }}} 63 63 64 == Building the testbed software == 64 == Creating a site definitions file == 65 66 When you have external network access working for your Users machine, you should be able to SSH in now. In ~/testbed there is a file called defs-example-deter. Change this file to reflect your site and save it as defs-<yoursite>. We have slimmed down the defs file so this should be self explanatory. 67 68 == Building the testbed software on Users == 65 69 66 70 Login as 'deterbuild' with the password 'deterinavm' to build the testbed code. Be sure to pull down the latest source: … … 81 85 {{{ 82 86 cd ~<builduser>/obj 83 ../testbed/configure --with-TBDEFS=/home/<builduser>/testbed/defs-<your defs>87 ../testbed/configure --with-TBDEFS=/home/<builduser>/testbed/defs-<yoursite> 84 88 }}} 85 89