From 74ea7122c61a81b434e8f258ee104550c2f0b29e Mon Sep 17 00:00:00 2001 From: radhika Date: Thu, 20 Aug 2015 10:47:27 -0400 Subject: [PATCH] 7010: add note in install guides that we need git version 1.7.10 or later. --- doc/_includes/_install_git.liquid | 9 +++++++++ doc/install/install-api-server.html.textile.liquid | 2 ++ doc/install/install-arv-git-httpd.html.textile.liquid | 2 ++ 3 files changed, 13 insertions(+) create mode 100644 doc/_includes/_install_git.liquid diff --git a/doc/_includes/_install_git.liquid b/doc/_includes/_install_git.liquid new file mode 100644 index 0000000000..6417b9eed1 --- /dev/null +++ b/doc/_includes/_install_git.liquid @@ -0,0 +1,9 @@ +{% include 'notebox_begin' %} + +We need git version 1.7.10 or later. If you are using an earlier version of git, please update git version. For example on Red Hat-based systems: + + +
~$ sudo yum install git
+
+ +{% include 'notebox_end' %} diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid index 1c5f04fe34..3b5ce04a12 100644 --- a/doc/install/install-api-server.html.textile.liquid +++ b/doc/install/install-api-server.html.textile.liquid @@ -32,6 +32,8 @@ On a Red Hat-based system, install the following packages: +{% include 'install_git' %} + h2. Set up the database Generate a new database password. Nobody ever needs to memorize it or type it, so we'll make a strong one: diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid index 7279670b83..60139e10ab 100644 --- a/doc/install/install-arv-git-httpd.html.textile.liquid +++ b/doc/install/install-arv-git-httpd.html.textile.liquid @@ -70,6 +70,8 @@ On Red Hat-based systems: +{% 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@. -- 2.30.2