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
+10 -4
View File
@@ -1,4 +1,4 @@
# Shop — документация v0.10.0
# Shop — документация v0.20.0
Интернет-магазин на **Node.js** и **PostgreSQL 17**.
@@ -30,9 +30,15 @@ cp .env.docker.example .env && docker compose up -d --build
### Без Docker
```bash
git clone https://git.evilfox.cc/test/shop10.git && cd shop10
git checkout v0.10.0
# см. Install-Native
git clone https://git.evilfox.cc/test/shop10.git /opt/shop/shop10
cd /opt/shop/shop10
sudo bash scripts/quick-deploy-ubuntu.sh
```
Обновление на работающем сервере:
```bash
bash /opt/shop/shop10/scripts/server-update.sh
```
## Проверка работы