Changes between Version 7 and Version 8 of ESGFNodeInstallation
- Timestamp:
- Nov 9, 2013 3:32:55 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v7 v8 38 38 }}} 39 39 40 === Add sourceforge RPM repo ===41 === Create the `esgf` user===42 40 === Install RPM packages === 43 41 Install the sourceforge RPM repository for the `*ExtUtils*` packages: … … 55 53 56 54 57 == == 55 === User configuration === 56 57 Add the `esgf` user: 58 {{{ 59 $ adduser esgf 60 ... 61 $ passwd esgf 62 ... 63 }}} 64 65 configure `esgf` user with `sudoers` privileges. Add the following line to `/etc/sudoers` 66 {{{ 67 esgf ALL=(ALL) ALL 68 }}} 69