Changes between Version 15 and Version 16 of Installation/Build


Ignore:
Timestamp:
Feb 10, 2013 6:57:52 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Build

    v15 v16  
    2323== Building the testbed software ==
    2424
    25 Create a build user of your choice on boss and users.  If you are unfamiliar with FreeBSD, the process for creating users is laid out in the [http://www.freebsd.org/doc/handbook/ FreeBSD handbook].  Make sure the user is in the group 'wheel' so sudo can be used.
    26 
    27 Login as this user and clone the testbed repository:
     25Login as 'deterbuild' with the password 'deterinavm' to build the testbed code.  Be sure to pull down the latest source:
    2826
    2927{{{
    30 su -l <builduser>
    31 git clone https://github.com/deter-project/testbed.git
     28cd ~testbed
     29git pull
    3230}}}
    3331