| 1 | == Updating the DETER meta packages == |
| 2 | |
| 3 | The 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 | |
| 16 | In order to update the codebase, running the install script is not necessary. |
| 17 | |
| 18 | {{{ |
| 19 | cd ~/testbed |
| 20 | git pull |
| 21 | cd ~/obj |
| 22 | ../testbed/configure --with-TBDEFS=../testbed/defs-<your defs> |
| 23 | gmake |
| 24 | gmake [boss|users]-install |
| 25 | }}} |