This commit is contained in:
marito 2025-06-17 02:25:24 +00:00
parent 0970082a09
commit 633831d95f

View File

@ -12,6 +12,7 @@ It's a fast, simple alternative to tools like Homestead that uses Ansible to pro
* **Ubuntu 22.04 or higher** (or WSL2 with Ubuntu). * **Ubuntu 22.04 or higher** (or WSL2 with Ubuntu).
* **Sudo Access:** Your user must have `sudo` privileges. * **Sudo Access:** Your user must have `sudo` privileges.
* **Core Dependencies:** You need Ansible, Git, and the Ansible collection for PostgreSQL management. You can install all of them with these two commands. * **Core Dependencies:** You need Ansible, Git, and the Ansible collection for PostgreSQL management. You can install all of them with these two commands.
**1. Install System Packages:** **1. Install System Packages:**
```bash ```bash
sudo apt update && sudo apt install ansible git -y sudo apt update && sudo apt install ansible git -y