[ARVADOS] created: 74ea7122c61a81b434e8f258ee104550c2f0b29e

git at public.curoverse.com git at public.curoverse.com
Thu Aug 20 10:48:18 EDT 2015


        at  74ea7122c61a81b434e8f258ee104550c2f0b29e (commit)


commit 74ea7122c61a81b434e8f258ee104550c2f0b29e
Author: radhika <radhika at curoverse.com>
Date:   Thu Aug 20 10:47:27 2015 -0400

    7010: add note in install guides that we need git version 1.7.10 or later.

diff --git a/doc/_includes/_install_git.liquid b/doc/_includes/_install_git.liquid
new file mode 100644
index 0000000..6417b9e
--- /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:
+
+<notextile>
+<pre><code>~$ <span class="userinput">sudo yum install git</span></code></pre>
+</notextile>
+
+{% include 'notebox_end' %}
diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index 1c5f04f..3b5ce04 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:
 </code></pre>
 </notextile>
 
+{% 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 7279670..60139e1 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:
 </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 at . 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 at .

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list