Changes between Version 14 and Version 15 of Installation/Build
- Timestamp:
- Jan 16, 2013 12:20:49 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Build
v14 v15 16 16 17 17 https://users.emulab.net/trac/emulab/wiki/InstallRoot 18 18 19 == Getting access to the source code == 20 21 We currently use a private github repository for the testbed codebase. Please contact us for access. 22 19 23 == Building the testbed software == 20 24 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. 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. 22 26 23 27 Login as this user and clone the testbed repository: … … 25 29 {{{ 26 30 su -l <builduser> 27 git clone tardis.deterlab.net:/var/local/git/testbed31 git clone https://github.com/deter-project/testbed.git 28 32 }}} 29 33