Changes between Version 22 and Version 23 of ESGFNodeTutorial
- Timestamp:
- Jun 2, 2017 4:54:58 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeTutorial
v22 v23 10 10 2. Installation from scratch 11 11 3. Configuration for publication 12 4. Known issues 13 5. References 12 4. Publish the test dataset 13 5. Publish cordex datasets 14 6. Known issues 15 7. References 14 16 15 17 == 0. Prerequisites == … … 326 328 327 329 Once the user is created, create permissions and roles as follows: 330 328 331 (reference documentation - https://acme-climate.atlassian.net/wiki/display/ESGF/Guide+to+ESGF+Publishing+and+Best+Practices) 329 332 … … 365 368 <policy resource=".*cordex.*" attribute_type="cordex_group" attribute_value="user" action="Read"/> 366 369 <policy resource=".*cordex.*" attribute_type="cordex_group" attribute_value="publisher" action="Write"/> 367 368 370 }}} 369 371 … … 384 386 }}} 385 387 388 Generate your credentials for publication - globus certificate 389 390 {{{myproxy-logon [ -b ] -s <openid_server> -l <your_esgf_username> -p 7512 -t 72 -o $HOME/.globus/certificate-file}}} 391 392 The certificate is valid for 72 hours when specified by -t. If you are publishing for the first time, you will need to mkdir $HOME/.globus and use -b to bootstrap its trustroots with the server. The esgf_username is the simply the username portion of your openid rather than the entire openid string, e.g. sashakames, not https://pcmdi.llnl.gov/esgf-idp/openid/sashakames 393 394 == Publish the test dataset == 395 396 == Publish cordex datasets == 386 397 387 398 == Known issues ==