Commit Graph

87 Commits

Author SHA1 Message Date
Eric
55af48910a
Move CONTRIBUTING.md into docs/contributing (#7283)
* move contributing.md into docs/contributing, update link in readme

* Update CONTRIBUTING.md

Co-authored-by: Chris McGillicuddy <108031970+chris-mcgillicuddy@users.noreply.github.com>
2022-08-26 12:14:43 -05:00
Noah Talerman
b0e37accc9
Update "Learn how to use Fleet" for Fleet Sandbox (#7142)
- Update "Learn how to use Fleet" docs page to walk a Fleet Sandbox user through adding their device and running a query
- Add a "Get operating system information" query to standard query library for the "Learn how to use Fleet" walkthrough
- Update Fleet's top level README to point users who want to try Fleet to Fleet Sandbox
- Update "How to install osquery..." (macOS, Windows, Linux) blog posts to point users who want to try Fleet to Fleet Sandbox
- Move `fleetctl preview` questions to "Contributing" FAQ section in docs. This is because `fleetctl preview` is now a testing tool for Fleet contributors
- Update "Deploying" docs to point users who want to try Fleet to Fleet Sandbox
2022-08-19 14:13:15 -04:00
Mike Thomas
94d1de89a8
Updated Fleet description on README.md (#6787)
* Updated Fleet description on README.md

I updated the description of Fleet to make our messaging consistent.

* Update README.md

Messaging update.

* Update description to clarify that Fleet is open source and built on osquery

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-07-21 06:49:30 -05:00
Guillaume Ross
5265e7b02c
Adding OpenSSF Best Practices Badge (#4556) 2022-03-15 15:57:32 -07:00
eashaw
983fbd736d
Update website slack links to point to osquery.fleetdm.com (#4478)
* Add slack redirect

* update slack invite links to use redirect
2022-03-04 15:51:11 -06:00
eashaw
0af5e161d0
Remove numbers from documentation filenames in Fleet repo (#4313)
* Renaming files and a lot of find and replace

* pageRank meta tags, sorting by page rank

* reranking

* removing numbers

* revert changing links that are locked to a commit

* update metatag name, uncomment github contributers

* Update basic-documentation.page.js

* revert link change

* more explicit errors, change pageOrderInSection numbers, updated sort

* Update build-static-content.js

* update comment

* update handbook link

* handbook entry

* update sort

* update changelog doc links to use fleetdm.com

* move standard query library back to old location, update links/references to location

* revert unintentional link changes

* Update handbook/community.md

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>

Co-authored-by: Mike Thomas <78363703+mike-j-thomas@users.noreply.github.com>
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2022-02-23 12:17:55 -06:00
Lucas Manuel Rodriguez
330e3d6c10
Add clarification to run fleetctl preview on Windows as administrator (#3808)
* Add clarification to run fleetctl preview on windows as administrator

* Update get started page
2022-01-21 00:08:12 +01:00
Mike McNeil
842ecc53c0
Link to public company handbook (#3608) 2022-01-10 12:21:11 -06:00
Renee Jackson
ca27bd9d5c
fix broken links by adding missing 0 (#2187)
* fix broken links by adding missing 0

* fix broken links take 2

gather links missed in first pass
2021-09-22 13:28:25 -03:00
Mike Thomas
826f15d6c3
Updated documentation link in README.md (#1954)
Updated documentation link to point to https://fleetdm.com/docs
2021-09-08 04:15:35 +09:00
Mike McNeil
8a4a697689
add note for windows user's based on @DrewBakerfdm's feedback 2021-08-18 19:08:00 -05:00
Mike Thomas
574046c3d9
Update README.md
Changed 50,000+ servers to 100,000+.
2021-08-05 18:16:51 +09:00
noahtalerman
dea00479d7
Add "Asking questions about your devices" tutorial to "Using Fleet" documentation (#1530)
This tutorial is the first step at bridging the gaps between trying Fleet, getting to know Fleet in an enterprise setting, and deploying Fleet.

- Add "tutorials" subdirectory 
- Add walkthrough
- Remove duplicate documentation from "Fleet UI" section
- Link to walkthrough from top-level README
2021-08-03 11:22:42 -04:00
noahtalerman
e02b88d010
Update links to documentation so that they use main branch (#1151)
* Update to main branch

* Update link to releasing Fleet
2021-06-21 16:40:15 -05:00
noahtalerman
dcbcc541a6
Move community project links into Example deployment scenario docs (#883)
- Move the community Fleet deployment tools to `docs/3-Deployment/4-Example-deployment-scenarios.md`
2021-05-27 17:14:10 -04:00
William Theaker
2d1c8e7d4d
Replace README logo with one from orbit (#760)
- Add Fleet logo with transparent background to top-level README
2021-05-17 19:04:16 -04:00
Mike McNeil
7c88de8f49
better experience for infrequent npm users 2021-05-05 10:39:11 -05:00
Mike McNeil
dbe0cdeb44
call for contributors 2021-05-03 19:53:04 -05:00
Mike Thomas
c6a5010f0c
Fleet README dark-mode compatible logo (#523) 2021-03-23 08:16:30 -05:00
Zach Wasserman
b4f0f461c2
Make fleetctl preview available over HTTP (#508)
Make fleetctl preview available over HTTP

Run a second copy of the Fleet server listening over HTTP on
localhost:1337 so that the UI can be used without the errors displayed
with a self-signed TLS certificate. Osquery clients and fleetctl
continue to communicate with the existing Fleet server on
https://localhost:8412.

Closes #504

Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
2021-03-22 15:04:19 -07:00
Mike McNeil
ad6a33b530
closes #503 w/ readme updates (#505)
* closes #503 w/ readme updates

* Update README.md

* Recommend `sudo` instead

See https://github.com/fleetdm/fleet/pull/505#discussion_r598053872 for more info.
2021-03-19 22:25:53 -05:00
Mike McNeil
28d685edde
update screenshot in readme (#487) (#506)
* update screenshot in readme (#487)

* combine screenshots into just one

* clean up padding
2021-03-19 19:34:34 -05:00
Zach Wasserman
4677440d45
Update README CI badge from Circle to GitHub Actions (#435) 2021-03-10 09:35:09 -08:00
Zach Wasserman
f95aa37646
Fixes for fleetctl preview (#295)
- Better documentation and error for missing docker-compose.
- Handle case of no existing config file.
- Make logs directory world-writable (to allow writes from inside container).

Fixes #286
2021-02-13 08:41:46 -08:00
Zach Wasserman
8f048dbce3
Update fleetctl preview instructions in README (#248) 2021-01-29 10:51:55 -08:00
Mike McNeil
c8a7756296
Update README.md (#153)
* Update README.md

* Edit link to osquery directory

* Update README.md

* Update README.md

Co-authored-by: noahtalerman <47070608+noahtalerman@users.noreply.github.com>
2020-12-29 13:00:36 -06:00
noahtalerman
5b67e7e551
Add a walkthrough for previewing Fleet (fleetctl preview) to top level README. (#151)
- Move the transition announcement below the banner image.
- Remove the old documentation section and add a link to the updated docs.
2020-12-29 08:59:09 -08:00
Mike McNeil
96f24dead5
Update README with a screenshot of Fleet (#123) 2020-12-11 12:23:05 -06:00
Mike McNeil
b061cc4783
Migrating to v3.3.0 works like any other minor version upgrade (#76) 2020-12-01 16:40:22 -08:00
Zach Wasserman
fb22ec5291
Add transition note to readme (#26) 2020-11-05 08:09:38 -08:00
Mike McNeil
ab738f1c34
continuity (#25) 2020-11-05 08:37:29 -06:00
Mike McNeil
d4a39de607
Branding (shallow first pass) (#12)
This is just favicons and pngs - more to do here later.  But this does the easy ones.
2020-11-04 20:48:01 -08:00
Zachary Wasserman
43eb8bcef5
Update README URLs (#14) 2020-11-04 20:36:49 -08:00
Zachary Wasserman
d959a4e4af
Fix Slack invitation URL (#2303)
Closes #2299
2020-09-17 13:18:04 -07:00
Zachary Wasserman
def51ae930
Add Go Report Card badge to readme (#2259) 2020-07-07 15:45:49 -07:00
Zachary Wasserman
c19c984525
Update README with screenshots of Fleet (#2190) 2020-02-03 11:39:30 -05:00
Jason Meller
07ab5559f7
Update link in README to point to k2 2019-07-08 09:32:04 -04:00
Caleb Coy
1db3ea9ad8 Update Cloud trial info in readme (#1927) 2018-10-02 09:21:19 -07:00
Zachary Wasserman
45ab398a6e
Add kolide-fleet-chart to community section of README (#1889)
Closes #1874
2018-08-03 11:38:08 -07:00
Mike Arpaia
58e0cb68cb
Fix the CircleCI status badge 2018-05-23 17:28:49 -06:00
Mike Arpaia
bd91095905
Fleet 2.0.0 Changlelog (#1797)
This PR adds a "New Features" and "Upgrade Plan" section to the pending 2.0.0 release notes.

close #1793 
close #1794
2018-05-22 12:48:18 -06:00
Kyle Knight
b8795ae0cd
Update README.md (#1787)
Add GA tracking to Kolide URL
2018-05-16 14:14:35 -05:00
Zachary Wasserman
6860761e1c
Add Cloud shoutout in readme 2018-05-08 14:08:56 -07:00
Mike Arpaia
567e3bb228
Update documentation (#1767) 2018-05-07 19:53:53 -06:00
Zachary Wasserman
ae5d8e4acb
Add community section to README (#1695) 2018-01-31 17:00:30 -08:00
Mike Arpaia
a08d540333
Updating main README (#1609) 2017-11-14 00:34:22 -07:00
Mike Arpaia
767474215f
Update new issue link 2017-11-14 00:06:18 -07:00
Mike Arpaia
a9ab5b522c
Update README.md 2017-11-13 23:53:55 -07:00
Mike Arpaia
1a3bda57ab
CLI documentation and design (#1603) 2017-11-13 16:00:40 -07:00
Mike Arpaia
cbd5187176 Update README.md 2017-10-24 09:12:47 -04:00