diff --git a/sysadm/mirror-operations/deploy.rst b/sysadm/mirror-operations/deploy.rst new file mode 100644 index 0000000..d6de61c --- /dev/null +++ b/sysadm/mirror-operations/deploy.rst @@ -0,0 +1,4 @@ +.. _sysadm_mirror_deploy: + +How To Deploy a Mirror +----------------------- diff --git a/sysadm/mirror-operations/index.rst b/sysadm/mirror-operations/index.rst new file mode 100644 index 0000000..828ef74 --- /dev/null +++ b/sysadm/mirror-operations/index.rst @@ -0,0 +1,26 @@ +.. _sysadm_mirror_operations: + +Mirror Operations +----------------- + +A mirror is a full copy of the |swh| archive, operated independently from the +Software Heritage initiative. + +A mirror should be able to: +- store a full copy of the archive, +- serve the data using the web UI, +- search the archive using the web UI, +- serve the data using the public API, +- allow users to retrieve the content from the archive using the Vault service + (swh-vault). + + +See the :ref:`swh-devel:mirror` for a complete description of the mirror +architecture. + +.. toctree:: + :titlesonly: + + deploy + onboard + monitor diff --git a/sysadm/mirror-operations/monitor.rst b/sysadm/mirror-operations/monitor.rst new file mode 100644 index 0000000..068b199 --- /dev/null +++ b/sysadm/mirror-operations/monitor.rst @@ -0,0 +1,4 @@ +.. _sysadm_mirror_monitor: + +Monitor a Mirror +---------------- diff --git a/sysadm/mirror-operations/onboard.rst b/sysadm/mirror-operations/onboard.rst new file mode 100644 index 0000000..6c04a6a --- /dev/null +++ b/sysadm/mirror-operations/onboard.rst @@ -0,0 +1,4 @@ +.. _sysadm_mirror_onboard: + +How To Onboard a Mirror +-----------------------