-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: development guide introduction added
- Loading branch information
1 parent
27be62d
commit 33acaa3
Showing
2 changed files
with
21 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Wazuh Agent Development Guide | ||
|
||
This guide provides comprehensive, step-by-step instructions for building, testing, and packaging the Wazuh Agent. | ||
Whether you’re compiling the source code, generating platform-specific packages, or creating Docker container images, | ||
you’ll find all the necessary information here to streamline your development process. | ||
|
||
The guide is organized into the following sections: | ||
|
||
- **Setup Environment**: Guide for configuring the development environment ([setup.md](setup.md)) | ||
- **Build Packages**: Step-by-step guide for generating installation packages for various platforms ([build-packages.md](build-packages.md)) | ||
- **Build Image**: Guidelines for building a Docker container image for the agent ([build-image.md](build-image.md)) | ||
- **Build from Sources**: Detailed instructions for compiling the agent directly from its source code ([build-sources.md](build-sources.md)) | ||
- **Run from Sources**: Instructions for running the agent directly from the source code ([run-agent.md](run-agent.md)) | ||
- **Run Tests**: Procedures to execute tests ([run-tests.md](run-tests.md)) | ||
|
||
Follow the instructions in each section to set up your development environment and efficiently build the Wazuh Agent. |