We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db1b35 commit e7c1609Copy full SHA for e7c1609
DEVEL.md
@@ -112,3 +112,15 @@ Some specific helpful things:
112
- prefer `.tar.gz`
113
- For GitHub, all snpashots are generated with long commit IDs, so use long
114
commit IDs.
115
+
116
+## Running a mirror
117
118
+There are 3 things you need to run a mirror;
119
120
+1. A tool to perform the mirroring (e.g. `mirror.sh` in this repository); we
121
+ encourage diversity in this area.
122
+2. A server on which to host the mirror; this should have HTTP support, and
123
+ optionally HTTPS. It is of greatly diminished utility if it does not support
124
+ plain HTTP.
125
+3. Automatic updates. This should involve updating the Git repository and
126
+ updating the mirror as required.
0 commit comments