Changes between Version 90 and Version 91 of ESGFNodeInstallation
- Timestamp:
- May 13, 2014 9:17:58 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v90 v91 63 63 64 64 65 === ESGF user configuration ===66 67 Fist, add a `esgf` user:68 {{{69 #!sh70 $ adduser esgf71 ...72 }}}73 After that, change the password:74 {{{75 #!sh76 $ passwd esgf77 ...78 }}}79 80 To finish, configure the `esgf` user with `sudoers` privileges. Add the following line to `/etc/sudoers` file:81 {{{82 esgf ALL=(ALL) ALL83 }}}84 85 65 = Install the ESGF data/compute node = 86 66 87 67 The instructions have been provided by the IPSL[[FootNote(http://forge.ipsl.jussieu.fr/prodiguer/wiki/ESGF-FR%3Adevins)]]. 88 68 89 [[NoteBox(tip, Do it as `esgf` user)]] 90 {{{ 91 #!sh 92 $ whoami 93 esgf 69 {{{ 70 #!sh 94 71 $ cd /usr/local/bin 95 72 $ wget -O esg-bootstrap http://198.128.245.140/dist/esgf-installer/esg-bootstrap … … 101 78 {{{ 102 79 #!sh 103 $ sudo./esg-node --type data compute --install80 $ ./esg-node --type data compute --install 104 81 ------------------------------------------------------- 105 82 }}} … … 272 249 {{{ 273 250 #!sh 274 $ sudo./esg-node restart251 $./esg-node restart 275 252 }}} 276 253 … … 279 256 {{{ 280 257 #!sh 281 $ sudo./esg-node --type data compute --install --force258 $ ./esg-node --type data compute --install --force 282 259 }}} 283 260