mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Document the need for rosetta to run fleet preview (#4493)
* feat: add query to find running docker containers * docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks * feat: add query to find running docker containers * docs: 📝 add query to get Mac and Linux machines with unencrypted primary disks * chore: remove queries from develop * docs: add query to get running docker containers * docs: add query to get machines with unencrypted primary disks * fix: remove trailing --- * fix: remove trailing --- * chore: remove trailing --- * docs: add query to get applications hogging memory * fix: resolve merge conflicts * chore: update PR * chore: update PR * chore: merge previous query * feat: add query to find servers with root logins within the day * fix: remove unneeded period * docs: add instructions for submiting multiple queries * fix: remove duplicate entry * fix: remove period from get running docker containers query description * docs: add instructions for submiting multiple queries * fix: resolve merge conflicts * feat: add description for query to fetch failing batteries * fix: resolve duplicate descriptions * fix: remove typo in deplying docs * fix: reword description * fix: add suggestions to improve description * feat: add description to query to fet windows machines with unencrypted hard disks * feat: update description for count apple applications installed query * chore: add dominuskelvin as maintainer * docs: 📝 Add query to get apps opened within the last 24 hours * feat: add query to find apps not in Applications directory * feat: add query to find subscription based applications that have not been opened for the last 30 days * feat: add link to signing installers * fix: typo with link to the getting started page * feat: docs on how to sign an osquery installer * feat: make signing installer a subsection of osquery installer * feat: make description for signing installer shorter and compact * fix: change package to installers * fix: reword note section * feat: add instructions to use credentials below to log in to fleet preview * doc: add note that rosetta is needed for M1 macs * Update get-started.ejs This is good to merge. * Update get-started.ejs Lines 21, 36, & 39 - added quotes to "I" Co-authored-by: Desmi-Dizney <99777687+Desmi-Dizney@users.noreply.github.com>
This commit is contained in:
parent
10e8005566
commit
e7006a7071
1 changed files with 7 additions and 3 deletions
10
website/views/pages/get-started.ejs
vendored
10
website/views/pages/get-started.ejs
vendored
|
|
@ -18,7 +18,7 @@
|
|||
Get Docker
|
||||
</a>
|
||||
</div>
|
||||
<p class="pt-4"><img alt="A small circle with an I inside of it"
|
||||
<p class="pt-4"><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">We
|
||||
use NPM to install <code>fleetctl</code>. It can also be installed via the <a
|
||||
href="https://github.com/fleetdm/fleet/releases" target="_blank">release page</a> or <a
|
||||
|
|
@ -33,9 +33,13 @@
|
|||
<p class="comment"># Run a local demo of the Fleet server</p>
|
||||
<p class="command">sudo fleetctl preview</p>
|
||||
</div>
|
||||
<p class="mb-0"><img alt="A small circle with an I inside of it"
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
<div style="padding-top: 60px;">
|
||||
<h2 class="mb-3">3. Log in to Fleet</h2>
|
||||
|
|
@ -54,7 +58,7 @@
|
|||
<a href="/slack" target="_blank"
|
||||
class="d-flex btn btn-md btn-outline-secondary btn-slack justify-content-center align-items-center mt-3 mt-sm-0">
|
||||
<img class="pr-3" alt="Slack logo" src="/images/logo-slack-24x24@2x.png" />
|
||||
Ask for help on Slack
|
||||
Ask for help on Slack
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue