mirror of
https://github.com/wazuh/wazuh-virtual-machines.git
synced 2025-12-10 00:07:25 -06:00
Wazuh Virtual Machines Development Guide
This guide provides complete, step-by-step instructions for creating, configuring, testing, and generating both the AMI and OVA images for Wazuh using an All-in-One environment.
The guide is organized into the following sections:
-
Setup Environment: Guide for configuring the development environment for both the AMI and the OVA. (setup.md)
-
Clean Code Philosophy: Guide for maintaining clean code in both the AMI and OVA projects using formatters and linters. (clean-code.md)
-
Generate Artifact: Step-by-step guide for generating the AMI and OVA artifacts. (generate-artifact.md)
- AMI Artifact: Step-by-step guide for generating the AMI image in AWS. (ami-generate-artifact.md)
- OVA Artifact: Step-by-step guide for generating the
.ovaimage. (ova-generate-artifact.md)
-
Run Tests: Procedure for executing tests to validate the AMI and OVA artifacts. (run-tests.md)
- AMI Tests: Procedure for executing tests to validate the AMI. (ami-run-tests.md)
- OVA Tests: Procedure for executing tests to validate the OVA. (ova-run-tests.md)