From: Tom Clegg Date: Tue, 4 Aug 2015 05:08:28 +0000 (-0400) Subject: 6663: Clarify "gitolite installed in X" vs. "hosted repos stored in X/repositories". X-Git-Tag: 1.1.0~1435^2~12 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/821cb42d42976ec6f750e0b0b191ccc36cbad295 6663: Clarify "gitolite installed in X" vs. "hosted repos stored in X/repositories". --- diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid index 3020aeafc1..d853ac7c65 100644 --- a/doc/install/install-arv-git-httpd.html.textile.liquid +++ b/doc/install/install-arv-git-httpd.html.textile.liquid @@ -72,7 +72,7 @@ On Red Hat-based systems: h2. Create a "git" user and a storage directory -Hosted repositories will be stored under @/var/lib/arvados/git/@. If you choose a different location, make sure to update the @git_repositories_dir@ entry in your API server's @config/application.yml@ file, preserving the trailing @repositories/@ part. +Gitolite and some additional scripts will be installed in @/var/lib/arvados/git@, which means hosted repository data will be stored in @/var/lib/arvados/git/repositories@. If you choose to install gitolite in a different location, make sure to update the @git_repositories_dir@ entry in your API server's @config/application.yml@ file accordingly: for example, if you install gitolite at @/data/gitolite@ then your @git_repositories_dir@ will be @/data/gitolite/repositories@. A new UNIX account called "git" will own the files. This makes git URLs look familiar to users (git@[...]:username/reponame.git).