aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index ff4179b..0159750 100644
--- a/INSTALL
+++ b/INSTALL
@@ -372,6 +372,20 @@ If set up as root, use:
python scripts/update-repos --repos-dir /opt/rhodecode/git_repos \
--user rhodecode
+Fix Problem When Mirroring Repositories
+---------------------------------------
+
+In order to use RhodeCode to serve git repositories via HTTP, after repositories
+have been mirrored, it is necessary to run a small script that will run a git
+command on each of them in order to update the server information.
+
+The command to run is:
+
+ python scripts/update-server-info
+
+Default values are used as described in these installation instructions.
+
+
Upgrading the Rhodecode instance
================================