| 45 | | Please do mind that all commands below need to be executed as root, because of the many mounts and unmounts done in various phases. |
| 46 | | |
| 47 | | Internet connection is required. |
| 48 | | |
| 49 | | Set correct date/time, e.g. |
| 50 | | {{{ |
| 51 | | $ ntpdate -s pool.ntp.org |
| 52 | | }}} |
| 53 | | |
| 54 | | A.2. get latest sources |
| 55 | | {{{ |
| 56 | | $ csup -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile |
| 57 | | }}} |
| 58 | | |
| 59 | | |
| 60 | | A.3 fetch ports |
| 61 | | {{{ |
| 62 | | $ portsnap fetch extract |
| 63 | | }}} |
| 64 | | |
| 65 | | A.4 set some usefull variables |
| 66 | | |
| 67 | | Edit the shell configuration file .cshrc: |
| 68 | | {{{ |
| | 44 | Please do mind that all commands below need to be executed as root, because of the many mounts and unmounts done in various phases. |
| | 45 | |
| | 46 | Internet connection is required. |
| | 47 | |
| | 48 | Set correct date/time, e.g: |
| | 49 | build# ntpdate -s pool.ntp.org |
| | 50 | |
| | 51 | === A.2. get latest sources === |
| | 52 | build# csup -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile |
| | 53 | |
| | 54 | === A.3 fetch ports === |
| | 55 | build# portsnap fetch extract |
| | 56 | |
| | 57 | |
| | 58 | === A.4 set some useful variables === |
| | 59 | Alter the shell configuration file:/root/.cshrc: |
| | 60 | {{{ |
| | 61 | #!sh |
| 78 | | |
| 79 | | }}} |
| 80 | | Next load your file (or login again): |
| 81 | | |
| 82 | | $ source /root/.cshrc |
| 83 | | |
| 84 | | |
| 85 | | A.5. install subversion . |
| 86 | | NOTE: Install all packages via ports to prevent issues later on! |
| 87 | | {{{ |
| 88 | | $ make -C /usr/ports/devel/subversion install clean BATCH=yes |
| 89 | | }}} |
| 90 | | |
| 91 | | A.6. OPTIONAL, every developer has his own preferences, these are mine ;-) |
| 92 | | {{{ |
| 93 | | $ make -C /usr/ports/editors/vim-lite install clean BATCH=yes |
| 94 | | $ make -C /usr/ports/security/sudo install clean BATCH=yes |
| 95 | | $ make -C /usr/ports/sysutils/screen install clean BATCH=yes |
| 96 | | }}} |
| 97 | | |
| | 71 | }}} |
| | 72 | |
| | 73 | Next load your file (or login again): |
| | 74 | build# source /root/.cshrc |
| | 75 | |
| | 76 | === A.5. install subversion === |
| | 77 | Note: Install all packages via ports to prevent issues later on. |
| | 78 | |
| | 79 | build# make -C /usr/ports/devel/subversion install clean BATCH=yes |
| | 80 | |
| | 81 | === A.6. OPTIONAL, every developer has his own preferences, these are mine === |
| | 82 | build# make -C /usr/ports/editors/vim-lite install clean BATCH=yes |
| | 83 | build# make -C /usr/ports/security/sudo install clean BATCH=yes |
| | 84 | build# make -C /usr/ports/sysutils/screen install clean BATCH=yes |