Changes between Version 27 and Version 28 of Installation/Build
- Timestamp:
- Apr 16, 2013 11:20:05 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Build
v27 v28 6 6 * Internal networking '''MUST''' be functional. 7 7 * Once the testbed software has been built on users, log into boss. 8 * You '''MUST''' use the latest source. 8 9 9 10 == Make sure your network is working first == … … 44 45 sudo service routing restart 45 46 ping -c1 www.google.com 47 }}} 48 49 == Updating to the latest code == 50 51 Once you have setup external network access, it is easy to update to the latest source code. When logged in as the 'deterbuild' user, simply: 52 53 {{{ 54 cd ~/testbed 55 git pull 46 56 }}} 47 57 … … 272 282 sudo perl ./boss-install 273 283 }}} 274