Documentation of global cache#1227
Merged
Merged
Conversation
Contributor
Author
|
@PNAX, please verify that everything is correct. |
ghost
previously approved these changes
Dec 4, 2023
ghost
left a comment
There was a problem hiding this comment.
Looks good to me. Thanks for the documentation update.
| To enable global caching, additional software has to be installed and custom | ||
| profile has to be created, where global caching is enabled. | ||
|
|
||
| Since it is an experimental featuer, its interface might change in upcoming |
| ## Enable global cache | ||
|
|
||
| Update `profile.json` in `/etc/zonemaster` (or `/usr/local//etc/zonemaster`) by | ||
| addin the following section, |
Contributor
Author
|
@PNAX, please re-approve. |
tgreenx
previously approved these changes
Dec 4, 2023
ghost
previously approved these changes
Dec 4, 2023
Co-authored-by: tgreenx <96772376+tgreenx@users.noreply.github.com>
Contributor
Author
tgreenx
approved these changes
Dec 4, 2023
Contributor
Author
|
Release testing: Minor issues found in the document. Those are corrected by #1240. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Global cache feature has bee added to Zonemaster-Engine as an experimental feature. This PR adds documentation for the users how to enable and use the feature. Instructions for Rocky Linux is still missing.
Context
zonemaster/zonemaster-engine#1201
Changes
A new document plus a reference from the installation document.
How to test this PR
Review and follow the instructions.