Changes between Version 27 and Version 28 of Installation/Build


Ignore:
Timestamp:
Apr 16, 2013 11:20:05 AM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Build

    v27 v28  
    66 * Internal networking '''MUST''' be functional.
    77 * Once the testbed software has been built on users, log into boss.
     8 * You '''MUST''' use the latest source.
    89
    910== Make sure your network is working first ==
     
    4445sudo service routing restart
    4546ping -c1 www.google.com
     47}}}
     48
     49== Updating to the latest code ==
     50
     51Once 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{{{
     54cd ~/testbed
     55git pull
    4656}}}
    4757
     
    272282sudo perl ./boss-install
    273283}}}
    274