Changes between Version 14 and Version 15 of Installation/Build


Ignore:
Timestamp:
Jan 16, 2013 12:20:49 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Build

    v14 v15  
    1616                                                                                                                             
    1717 https://users.emulab.net/trac/emulab/wiki/InstallRoot                                                                       
    18                                                                                                                            
     18
     19== Getting access to the source code ==
     20
     21We currently use a private github repository for the testbed codebase.  Please contact us for access.
     22                                                         
    1923== Building the testbed software ==
    2024
    21 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.
     25Create 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. 
    2226
    2327Login as this user and clone the testbed repository:
     
    2529{{{
    2630su -l <builduser>
    27 git clone tardis.deterlab.net:/var/local/git/testbed
     31git clone https://github.com/deter-project/testbed.git
    2832}}}
    2933