7010: add note in install guides that we need git version 1.7.10 or later.
[arvados.git] / doc / install / install-arv-git-httpd.html.textile.liquid
index 7279670b83a9bf7e2a2e79dd3d47a354fa1ea2f8..60139e10ab4c412005509121556f57c2beab9f14 100644 (file)
@@ -70,6 +70,8 @@ On Red Hat-based systems:
 </code></pre>
 </notextile>
 
+{% include 'install_git' %}
+
 h2. Create a "git" user and a storage directory
 
 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 @application.yml@ file accordingly: for example, if you install gitolite at @/data/gitolite@ then your @git_repositories_dir@ will be @/data/gitolite/repositories@.