mirror of
https://github.com/wazuh/wazuh-virtual-machines.git
synced 2025-12-10 08:51:11 -06:00
Wazuh Virtual Machines Technical Documentation
This folder contains the technical documentation for the Wazuh OVA and the Wazuh AMI. The documentation is organized into the following guides:
- Development Guide: Instruction for building, testing and generate the OVA and AMI artifacts.
- Reference Manual: Detailed information about the OVA and AMI architecture, configuration and usage.
Requirements
To work with this documentation, you need mdBook installed. For installation instructions, refer to the mdBook documentation.
Usage
-
To build the documentation, run:
./build.shThe output will be generated in the
bookdirectory. -
To serve the documentation locally for preview, run:
./server.shThe documentation will be available at http://127.0.0.1:3000.