You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL
+26-4Lines changed: 26 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,34 @@
12
12
13
13
INSTALL:
14
14
15
-
This installer for the esgf publisher is intended to run on an existing esgf data node. The meta_synchro.py script has the additional dependency of the pysolr library.
15
+
This installer for the esgf publisher is intended to run on an existing esgf data node.
16
16
17
-
1) source /etc/esg.env - needed to run commands using the correct version of python for esgf.
17
+
Additional prerequisites:
18
18
19
-
2) as root:
19
+
* The meta_synchro.py script has the additional dependency of the pysolr library.
20
+
* The handler module for CMIP6 requires CMOR, its dependencies, and CF checker.
21
+
22
+
1) as root:
23
+
24
+
source /etc/esg.env - needed to run commands using the correct version of python for esgf.
0 commit comments