From 1cd14bf0531eb937fd2fa064185b0008cf582768 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: May 18 2017 09:07:41 +0000 Subject: Add a README to pagure-mirror --- diff --git a/pagure-mirror/README.rst b/pagure-mirror/README.rst new file mode 100644 index 0000000..3d7d159 --- /dev/null +++ b/pagure-mirror/README.rst @@ -0,0 +1,11 @@ +Pagure Mirror +============= + +To setup Pagure Mirror for development, it is assumed that all the +dependencies are resolved, then run:: + + PAGURE_CONFIG=/path/to/config PYTHONPATH=. python pagure-mirror/pagure_mirror_server.py + + +Check `doc/usage/pagure_mirror.rst` for further information on how to +set up and configure pagure-mirror for production use.