Changes between Version 101 and Version 102 of ESGFNodeInstallation
- Timestamp:
- May 13, 2014 2:03:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v101 v102 106 106 }}} 107 107 108 In our case, we are going to configure only `data` and `compute` types:109 {{{ 110 #!sh 111 $ ./esg-node --type data compute --install108 In our case, we are going to configure only `data`, `compute` and `index` types: 109 {{{ 110 #!sh 111 $ script -a -c "esg-node --type data compute index --install" /tmp/esgf_install.log 112 112 ------------------------------------------------------- 113 113 }}} 114 You must continue and yes in answer 114 115 115 116 During the installation, you will have to fill in several questionnaires: … … 118 119 Welcome to the ESGF Node installation program! :-) 119 120 120 What is the fully qualified domain name of this node? [ data.meteo.unican.es]:121 What is the fully qualified domain name of this node? [spock.meteo.unican.es]: 121 122 What is the admin password to use for this installation? (alpha-numeric only) []: 122 123 Please re-enter password: … … 135 136 entered: postgresql://dbsuper@localhost:5432/esgcet 136 137 What is the (low priv) db account for publisher? [esgcet]: 138 What is the pass of db account?: 137 139 }}} 138 140