21572: Write CLI setup instructions with complete package directions
[arvados.git] / doc / install / nginx.html.textile.liquid
1 ---
2 layout: default
3 navsection: installguide
4 title: Install Nginx
5 ...
6 {% comment %}
7 Copyright (C) The Arvados Authors. All rights reserved.
8
9 SPDX-License-Identifier: CC-BY-SA-3.0
10 {% endcomment %}
11
12 h3. Red Hat, AlmaLinux, and Rocky Linux
13
14 <notextile>
15 <pre><code># <span class="userinput">dnf install nginx</span></code></pre>
16 </notextile>
17
18 h3. Debian and Ubuntu
19
20 <notextile>
21 <pre><code># <span class="userinput">apt --no-install-recommends install nginx</span></code></pre>
22 </notextile>