15572: Add nginx install page
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 3 Dec 2019 23:07:02 +0000 (18:07 -0500)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Tue, 3 Dec 2019 23:07:02 +0000 (18:07 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

doc/install/nginx.html.textile.liquid [new file with mode: 0644]

diff --git a/doc/install/nginx.html.textile.liquid b/doc/install/nginx.html.textile.liquid
new file mode 100644 (file)
index 0000000..364cc9c
--- /dev/null
@@ -0,0 +1,20 @@
+---
+layout: default
+navsection: installguide
+title: Install Nginx
+...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
+
+h3. Centos 7
+
+???
+
+h3. Debian and Ubuntu
+
+<notextile>
+<pre><code># <span class="userinput">apt-get --no-install-recommends install nginx</span></code></pre>
+</notextile>