This repository is the canonical home of the full contributing guide for the whole Forail Platform project — git workflow, commit conventions, coding standards, PR process across all repos.
Read first: docs/10-contributing-guide.md
- Docker Compose deployment stack (production and development overlays)
- Install scripts and bootstrap
- Cross-repo documentation (architecture, deployment, ops, contributing)
- Release notes for the platform as a whole
git clone https://github.com/forail-platform/forail-devops.git
cd forail-devops
cp .env.example .env
docker compose up -dSee README.md and docs/ for full setup.
Open an issue with reproduction steps, expected vs. actual behavior, and your environment (Docker version, host OS, Forail version).
For security vulnerabilities, see SECURITY.md — please do not open a public issue.