Changes between Version 15 and Version 16 of Installation/Build
- Timestamp:
- Feb 10, 2013 6:57:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Build
v15 v16 23 23 == Building the testbed software == 24 24 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: 25 Login as 'deterbuild' with the password 'deterinavm' to build the testbed code. Be sure to pull down the latest source: 28 26 29 27 {{{ 30 su -l <builduser> 31 git clone https://github.com/deter-project/testbed.git28 cd ~testbed 29 git pull 32 30 }}} 33 31