Changes between Initial Version and Version 1 of Installation/Updating


Ignore:
Timestamp:
Mar 6, 2013 4:18:38 PM (11 years ago)
Author:
jhickey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation/Updating

    v1 v1  
     1== Updating the DETER meta packages ==
     2                                                                                                               
     3The dependencies are installed via a special meta package.  This is already installed on the stock images, so if you get a conflict let us know.
     4
     5
     6{{{                                                                                                                             
     7 cd testbed/install/ports                                                                                                   
     8 sudo make install                                                                                                           
     9 cd /usr/ports/misc/instant-deter                                                                                           
     10 sudo make deinstall                                                                                                         
     11 sudo make reinstall                                                                                                         
     12}}}                                                                                                                         
     13
     14== Updating the codebase ==
     15
     16In order to update the codebase, running the install script is not necessary.
     17
     18{{{
     19cd ~/testbed
     20git pull
     21cd ~/obj
     22../testbed/configure --with-TBDEFS=../testbed/defs-<your defs>
     23gmake
     24gmake [boss|users]-install
     25}}}