Skip to content

Getting Started

Spera Alfredo Jeshoua edited this page May 14, 2025 · 9 revisions

VM Lab Introduction Badge

Project Setup

VM Lab can be set up using two different approaches, depending on your preferences and environment.

Note

If you're just exploring or want a quick start, go with the Docker setup.

If you're contributing to the project internals, consider the local development setup.

Docker-Based Setup

A faster, containerized method ideal for quick starts and consistent environments.

See how to achieve this here.

  • Easy to set up.
  • Pre-configured modules using Docker Compose.
  • Great for testing and deployment across systems.

Local Development Setup

A traditional method that gives you full control and insight into the environment.

See how to achieve this here.

  • More complex to configure.
  • Requires manual installation of dependencies.
  • Ideal for debugging and contributing to the core codebase.

Clone this wiki locally