diff options
author | Milo Casagrande <milo@ubuntu.com> | 2013-02-08 10:09:08 +0100 |
---|---|---|
committer | Milo Casagrande <milo@ubuntu.com> | 2013-02-08 10:09:08 +0100 |
commit | 70ea5f381bfa2ba1e81aaa08025398ed871af2b6 (patch) | |
tree | c5aa6c9432a1c55de0649a53343f93e2b09fa1b9 | |
parent | 78d38046657c539fe8a9cceb0f28cfb30b1a3762 (diff) | |
download | rhodecode-config-70ea5f381bfa2ba1e81aaa08025398ed871af2b6.tar.gz |
Added note about running update-server-info for staging and mirroring git repos.
-rw-r--r-- | INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 ================================ |