Update get started (fleetctl preview) instructions on website (#5312)

Co-authored-by: Kelvin Oghenerhoro Omereshone <kelvin@fleetdm.com>
This commit is contained in:
Zach Wasserman 2022-04-21 16:58:42 -07:00 committed by GitHub
parent e0fc5dcd76
commit c7983e27ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,21 +25,25 @@
href="/docs/contributing/building-fleet" target="_blank">built from source</a>.</p>
</div>
<div>
<h2 class="pt-3 mb-3">2. Install Fleet</h2>
<p>To install Fleet:</p>
<h2 class="pt-3 mb-3">2. Run Fleet</h2>
<p>Install the <code>fleetctl</code> command line tool and start the Fleet preview experience:</p>
<div purpose="terminal-commands">
<p class="text-muted"># Install the Fleet command-line tool</p>
<p>sudo npm install -g fleetctl</p>
<p class="text-muted"># Run a local demo of the Fleet server</p>
<p>sudo fleetctl preview</p>
</div>
<p class="mb-0"><img alt="A small circle with an 'I' inside of it"
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px"
src="/images/info-16x16@2x.png">Windows users can omit <code>sudo</code>, and should run the command in <code>Cmd</code>/<code>PowerShell</code> as administrators.</p>
src="/images/info-16x16@2x.png"><code>sudo</code> can be omitted on many Node/Docker installations.</p>
<p class="mb-0"><img alt="A small circle with an 'I' inside of it"
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px"
src="/images/info-16x16@2x.png">M1 Macs users need to have <a href="https://support.apple.com/en-us/HT211861" target="_blank">Rosetta</a> installed in order to
run fleet preview successfully.</p>
src="/images/info-16x16@2x.png">M1 macOS users must have <a href="https://support.apple.com/en-us/HT211861" target="_blank">Rosetta</a> installed in order to
run Fleet preview.</p>
<p class="mb-0"><img alt="A small circle with an 'I' inside of it"
style="width: 16px; display: inline; margin-right: 8px; margin-bottom: 3px"
src="/images/info-16x16@2x.png">Windows users should omit <code>sudo</code> and run the commands in <code>Cmd</code>/<code>PowerShell</code> as administrators.</p>
</div>
<div style="padding-top: 60px;">
<h2 class="mb-3">3. Log in to Fleet</h2>
@ -58,7 +62,7 @@
<a href="/slack" target="_blank"
class="d-flex btn btn-md btn-outline-secondary justify-content-center align-items-center mt-3 mt-sm-0">
<img style="height: 24px;" class="pr-3 d-inline" alt="Slack logo" src="/images/logo-slack-24x24@2x.png" />
Ask for help on Slack
Ask for help on Slack
</a>
</div>
</div>