-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated Sphinx. Migrated from recommonmark to myst-parser. Removed a few hack from conf.py. * Removed most mentions of AFF4 from the docs. * Removed Python 2-specific sections. * Fixed the docs to suggest to change mysql server config file to set max_allowed_packet to 40M (see google/grr#947). * Largely rewritten "Install from source": now telling how to build Fleetspeak wheels and specifically mentioning the case when we install from source to build a client template (see google/grr#948). * Made minor changes to "Build custom client templates". You can see the version of the docs from this PR at https://grr-doc.readthedocs.io/en/sphinx-update/index.html.
- Loading branch information
Showing
26 changed files
with
331 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# Deploying GRR clients | ||
|
||
* [Overview](overview.md) | ||
* [How to check if a deployed client talks back to GRR server](how-to-check-if-client-talks-back.md) | ||
* [On Windows](on-windows.md) | ||
* [On Mac OS X](on-mac-os-x.md) | ||
* [On Linux](on-linux.md) | ||
* [Life of a GRR client (what happens after deployment)](life-of-grr-client.md) | ||
* [Client Protection](protection.md) | ||
* [Troubleshooting ("I don't see my clients")](troubleshooting.md) | ||
```{toctree} | ||
--- | ||
maxdepth: 1 | ||
--- | ||
Overview <overview.md> | ||
How to check if a deployed client talks back to GRR server <how-to-check-if-client-talks-back.md> | ||
On Windows <on-windows.md> | ||
On macOS <on-mac-os-x.md> | ||
On Linux <on-linux.md> | ||
Life of a GRR client (what happens after deployment) <life-of-grr-client.md> | ||
Client Protection <protection.md> | ||
Troubleshooting ("I don't see my clients") <troubleshooting.md> | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# Implementation details | ||
|
||
* [GRR messages](grr-messages.md) | ||
* [Client Path Specification](client-path-spec.md) | ||
* [Foreman](foreman.md) | ||
* [Authorization and Auditing](authorizating-and-auditing.md) | ||
```{toctree} | ||
--- | ||
maxdepth: 1 | ||
--- | ||
GRR messages <grr-messages.md> | ||
Client Path Specification <client-path-spec.md> | ||
Foreman <foreman.md> | ||
Authorization and Auditing <authorizating-and-auditing.md> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# Developing GRR | ||
|
||
* [Setting up development environment](setting-up-dev-env.md) | ||
* [Running the tests](running-tests.md) | ||
* [Contributing code](contributing.md) | ||
* [Contributing documentation](contributing-docs.md) | ||
* [Implementation details](implementation-details/index.md) | ||
```{toctree} | ||
--- | ||
maxdepth: 1 | ||
--- | ||
Setting up development environment <setting-up-dev-env.md> | ||
Running the tests <running-tests.md> | ||
Contributing code <contributing.md> | ||
Contributing documentation <contributing-docs.md> | ||
Implementation details <implementation-details/index.md> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# GRR and Fleetspeak setup | ||
|
||
* [Installing from a release DEB (recommended)](from-release-deb.md) | ||
* [Installing from source](from-source.md) | ||
* [Scaling a fleetspeak setup](scaling.md) | ||
```{toctree} | ||
--- | ||
maxdepth: 1 | ||
--- | ||
Installing from a release DEB (recommended) <from-release-deb.md> | ||
Installing from source <from-source.md> | ||
Scaling a fleetspeak setup <scaling.md> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.