Changes between Version 26 and Version 27 of ESGFNodeTutorial
- Timestamp:
- Jun 5, 2017 9:18:20 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ESGFNodeTutorial
v26 v27 429 429 430 430 431 [[NoteBox(warn, The source code of esgprep must be modified in order to work with symbolic links! )]]431 [[NoteBox(warn, The source code of esgprep must be modified in order to work with symbolic links! See https://github.com/IS-ENES-Data/esgf-prepare/pull/3)]] 432 432 433 433 Change line 308 /usr/local/src/esgf/workbench/esg/esg-publisher/src/python/esgcet/.eggs/esgprep-2.7.1-py2.7.egg/esgprep/drs/handler.py from {{{globals()[self.mode](self.src, self.dst)}}} to {{{symlink(self.src, self.dst)}}}. See https://github.com/IS-ENES-Data/esgf-prepare/blob/master/esgprep/drs/handler.py#L308. … … 604 604 }}} 605 605 606 == Known issues ==606 == Known issues during installation == 607 607 608 608 === #error "Psycopg requires PostgreSQL client library (libpq) >= 9.1 ===