fix: быстрое развёртывание — PGDG, /opt/shop/shop10, без placeholder URL

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-17 13:23:00 +03:00
parent 42177555ac
commit b7c8d2ed80
9 changed files with 238 additions and 86 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
## Вариант A — Docker Compose
```bash
git clone <URL_РЕПОЗИТОРИЯ> shop && cd shop
git clone https://git.evilfox.cc/test/shop10.git /opt/shop/shop10 && cd /opt/shop/shop10
git checkout v0.10.0
cp .env.docker.example .env
@@ -27,7 +27,7 @@ docker compose --profile proxy up -d --build
## Вариант B — без Docker (Ubuntu)
```bash
git clone <URL_РЕПОЗИТОРИЯ> shop && cd shop
git clone https://git.evilfox.cc/test/shop10.git /opt/shop/shop10 && cd /opt/shop/shop10
git checkout v0.10.0
apt install -y git curl