Skip to content

Commit 14450dd

Browse files
authoredFeb 18, 2025
Merge pull request #2070 from NCEAS/feature-2069-ceph-mount-doc
Adding tomcat ceph mount systemd config to install doc (#2069) and adding contributor

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed
 

‎README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ for the next release.
4343

4444
Cite this software as:
4545

46-
> Jing Tao, Matthew Brooke, Dou Mok, Matthew B. Jones. 2024. Metacat: Data Preservation and Discovery System (3.1.0). Arctic Data Center. Software. [doi:10.18739/A2HT2GD6X](https://doi.org/10.18739/A2HT2GD6X)
46+
> Jing Tao, Matthew Brooke, Dou Mok, Ian Nesbitt, Matthew B. Jones. 2024. Metacat: Data Preservation and Discovery System (3.1.0). Arctic Data Center. Software. [doi:10.18739/A2HT2GD6X](https://doi.org/10.18739/A2HT2GD6X)
4747
4848
## Current Contributors
4949

5050
- Jing Tao (tao@nceas.ucsb.edu) [ORCID: 0000-0002-1209-5268](https://orcid.org/0000-0002-1209-5268)
5151
- Matthew Brooke (brooke@nceas.ucsb.edu) [ORCID: 0000-0002-1472-913X](https://orcid.org/0000-0002-1472-913X)
5252
- Dou Mok (mok@nceas.ucsb.edu) [ORCID: 0000-0002-6076-8092](https://orcid.org/0000-0002-6076-8092)
53+
- Ian Nesbitt (nesbitt@nceas.ucsb.edu): [ORCID: 0000-0001-5828-6070](https://orcid.org/0000-0001-5828-6070)
5354
- Matthew B. Jones (jones@nceas.ucsb.edu): [ORCID: 0000-0003-0077-4738](https://orcid.org/0000-0003-0077-4738)
5455

5556
## Previous Contributors
@@ -118,4 +119,4 @@ This software includes the JDBC driver for PostgreSQL. See the [postgresql-licen
118119

119120
[![DataONE_footer](docs/_images/DataONE_Logo_Banner.png)](https://dataone.org)
120121

121-
[![nceas_footer](docs/_images/NCEAS_Logo4C_WhiteBkg.jpg)](https://www.nceas.ucsb.edu)
122+
[![nceas_footer](docs/_images/NCEAS_Logo4C_WhiteBkg.jpg)](https://www.nceas.ucsb.edu)

‎docs/user/metacat/source/contributors.rst

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Current Contributors
1111
- Jing Tao (tao@nceas.ucsb.edu) [ORCID: 0000-0002-1209-5268](https://orcid.org/0000-0002-1209-5268)
1212
- Matthew Brooke (brooke@nceas.ucsb.edu) [ORCID: 0000-0002-1472-913X](https://orcid.org/0000-0002-1472-913X)
1313
- Dou Mok (mok@nceas.ucsb.edu) [ORCID: 0000-0002-6076-8092](https://orcid.org/0000-0002-6076-8092)
14+
- Ian Nesbitt (nesbitt@nceas.ucsb.edu): [ORCID: 0000-0001-5828-6070](https://orcid.org/0000-0001-5828-6070)
1415
- Matthew B. Jones (jones@nceas.ucsb.edu): [ORCID: 0000-0003-0077-4738](https://orcid.org/0000-0003-0077-4738)
1516

1617
Previous Contributors

‎docs/user/metacat/source/install.rst

+6
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ Ensure the following lines exist in the service file for Tomcat (paths may vary
272272
ReadWritePaths=/var/metacat
273273
ReadWritePaths=/etc/default/solr.in.sh
274274

275+
Note: If you're running Metacat from a mount, you will need to add that mount location to the ``RequiresMountsFor=`` line of the systemd service file (in the ``[Unit]`` section). The following example has a Ceph mount at ``/var/repos/si`` with Metacat's main directory at ``/var/repos/si/metacat``:
276+
277+
::
278+
279+
RequiresMountsFor=/var/log/tomcat9 /var/lib/tomcat9 /var/repos/si
280+
275281
Apache HTTP Server (Highly Recommended)
276282
.......................................
277283
Although you have the option of running Metacat with only the Tomcat server, we

0 commit comments

Comments
 (0)
Please sign in to comment.