6663: Add non-runit-dependent daemon startup script.
authorTom Clegg <tom@curoverse.com>
Tue, 4 Aug 2015 17:34:35 +0000 (13:34 -0400)
committerTom Clegg <tom@curoverse.com>
Tue, 4 Aug 2015 17:39:58 +0000 (13:39 -0400)
doc/install/install-arv-git-httpd.html.textile.liquid

index be85d1c5a50cd4d88049ca5123637964b149ce5b..2e2ca7cd75989d411a1130efa5a89e4331bc89bb 100644 (file)
@@ -291,6 +291,17 @@ EOF</span>
 </code></pre>
 </notextile>
 
+If you are using a different daemon supervisor, or if you want to test the daemon in a terminal window, an equivalent shell command to run arvados-git-httpd is:
+
+<notextile>
+<pre><code>sudo -u git \
+  ARVADOS_API_HOST=<span class="userinput">uuid_prefix.your.domain</span> \
+  GITOLITE_HTTP_HOME=/var/lib/arvados/git \
+  PATH="$PATH:/var/lib/arvados/git/bin" \
+  arvados-git-httpd -address=:9001 -git-command="$(which git)" -repo-root=<span class="userinput">/var/lib/arvados/git/repositories</span> 2&gt;&1
+</code></pre>
+</notextile>
+
 h3. Set up a reverse proxy to provide SSL service
 
 The arvados-git-httpd service will be accessible from anywhere on the internet, so we recommend using SSL.