Add Gitolite UMASK setting to install guide.
authorBrett Smith <brett@curoverse.com>
Fri, 7 Aug 2015 12:54:13 +0000 (08:54 -0400)
committerBrett Smith <brett@curoverse.com>
Fri, 7 Aug 2015 12:54:13 +0000 (08:54 -0400)
No issue #.

doc/install/install-arv-git-httpd.html.textile.liquid

index edf1e6050b2d2d796fe16f523ba817d9a0efc82e..7279670b83a9bf7e2a2e79dd3d47a354fa1ea2f8 100644 (file)
@@ -165,6 +165,13 @@ Add the following lines inside the section that begins @%RC = (@:
 </span></code></pre>
 </notextile>
 
+Inside that section, adjust the 'UMASK' setting to @022@, to ensure the API server has permission to read repositories:
+
+<notextile>
+<pre><code>    UMASK => <span class="userinput">022</span>,
+</code></pre>
+</notextile>
+
 Uncomment the 'Alias' line in the section that begins @ENABLE => [@:
 
 <notextile>