File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -119,15 +119,21 @@ file.**
119
119
- for TEST, override at least ` global.metacatExternalBaseUrl` and
120
120
` global.d1ClientCnUrl`
121
121
122
- - [ ] If using a theme from [metacatui-themes](https://github.com/NCEAS/metacatui-themes), this
123
- must be made available on a ceph/PV/PVC mount; e.g:
122
+ - If using a theme from [metacatui-themes](https://github.com/NCEAS/metacatui-themes):
123
+ - [ ] it must be made available on a ceph/PV/PVC mount; e.g:
124
124
125
- ` ` ` yaml
126
- customTheme:
125
+ ` ` ` yaml
126
+ customTheme:
127
127
enabled: true
128
128
claimName: metacatsfwmd-metacatui-customtheme
129
129
subPath: metacatui-themes/src/cerp/js/themes/cerp
130
- ` ` `
130
+ ` ` `
131
+
132
+ - [ ] Ensure metacatui has read access
133
+
134
+ ` ` ` shell
135
+ - chmod -R o+rx metacatui
136
+ - ` ` `
131
137
132
138
- [ ] If the custom theme needs to be partially overridden by a separate config.js file (e.g.
133
139
` sfwmd.js` is used to override [the CERP
You can’t perform that action at this time.
0 commit comments