Rename .env.example to .env.install with step-by-step guide, update README

This commit is contained in:
root
2026-06-04 19:30:24 +02:00
parent c468040792
commit 82d00ad11d
3 changed files with 63 additions and 10 deletions
+4
View File
@@ -149,10 +149,14 @@ Two ready-to-use environment configurations are included:
| File | Platform | Cache | Database |
| ---- | -------- | ----- | -------- |
| `.env.install` | — | — | Step-by-step setup guide |
| `.env.example.linux` | Linux (production) | Redis | MariaDB |
| `.env.example.windows` | Windows (development) | File-based | MySQL |
```bash
# Read the installation guide first
less .env.install
# Linux
cp .env.example.linux .env