ваше сообщение коммита

This commit is contained in:
2025-11-26 11:31:26 +03:00
parent 90ffc445ee
commit 9dfe264ed4
6 changed files with 358 additions and 80 deletions

View File

@@ -16,8 +16,21 @@ Complete Digital Legal Entity application template
## 🚀 Quick Start
### Automatic installation (recommended)
**For Linux/macOS/WSL:**
```bash
curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup-template.sh | bash
curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash
```
**For Windows PowerShell:**
```powershell
# Use WSL or Git Bash
wsl bash -c "curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash"
```
**Alternative for Windows (Git Bash):**
```bash
curl -fsSL https://raw.githubusercontent.com/VC-HB3-Accelerator/DLE/main/setup.sh | bash
```
The script automatically downloads the latest artifacts from the release and deploys `docker-data`.