Changes between Version 34 and Version 35 of ESGFNodeInstallation
- Timestamp:
- Nov 13, 2013 10:33:24 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeInstallation
v34 v35 382 382 See the [[http://www2-pcmdi.llnl.gov/Members/bdrach/.personal/esg-publisher-configuration/|ESGF]] publication reference for details. 383 383 384 385 {{{ 386 #!sh 384 * `./esginitialize -d 0`: To remove all tables 385 386 * `./esginitialize -c` : Upgrade the database schema to the latest version, and initialize projects, models, experiments, and standard names from configuration files. 387 388 Example of how to use the commands above: 389 {{{ 390 #!sh 391 $ cd /usr/local/uvcdat/1.4.0/bin/ 387 392 $ ./esginitialize -d 0 388 393 $ ./esginitialize -c 389 394 390 395 }}} 391 392 393 396 394 397 Finally, run the commands below to parse the cordex project on the local Data Node, ingest it in the local Postgres database, and send it for harvesting to the configured Index Node.