Changes between Version 99 and Version 100 of ESGFNodeInstallation
- Timestamp:
- May 13, 2014 1:38:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v99 v100 82 82 [[NoteBox(note, Before running the ESGF Installer script\, it is recommended that some directories are backed up. Backup your node before installation: https://github.com/ESGF/esgf-installer/wiki/ESGF-Pre-Installation-Backup)]] 83 83 84 The instructions have been provided by the IPSL[[FootNote(http://forge.ipsl.jussieu.fr/prodiguer/wiki/ESGF-FR%3Adevins)]].84 The instructions have been provided by the ESGF[[FootNote(https://github.com/ESGF/esgf-installer/wiki/ESGF-Installation-From-scratch)]]. 85 85 86 86 {{{ 87 87 #!sh 88 88 $ cd /usr/local/bin 89 $ wget -O esg-bootstrap http://198.128.245.140/dist/esgf-installer/esg-bootstrap 90 $ diff <(md5sum esg-bootstrap | tr -s " " | cut -d " " -f 1) <(curl -s http://198.128.245.140/dist/esgf-installer/esg-bootstrap.md5 | tr -s " " | cut -d " " -f 1) 89 $ wget -O esg-bootstrap https://raw.github.com/ESGF/esgf-dist/master/installer/master/esg-bootstrap --no-check-certificate 91 90 $ chmod 555 esg-bootstrap 92 $ esg-bootstrap --devel91 $ esg-bootstrap 93 92 }}} 94 93 In our case, we are going to configure only `data` and `compute` types: