Changes between Version 19 and Version 20 of Installation/Build


Ignore:
Timestamp:
Feb 10, 2013 7:18:26 PM (12 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Build

    v19 v20  
    6262}}}
    6363                                               
    64 == Building the testbed software ==
     64== Creating a site definitions file ==
     65
     66When 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 ==
    6569
    6670Login as 'deterbuild' with the password 'deterinavm' to build the testbed code.  Be sure to pull down the latest source:
     
    8185{{{
    8286cd ~<builduser>/obj
    83 ../testbed/configure --with-TBDEFS=/home/<builduser>/testbed/defs-<your defs>
     87../testbed/configure --with-TBDEFS=/home/<builduser>/testbed/defs-<yoursite>
    8488}}}
    8589