fix: быстрое развёртывание — PGDG, /opt/shop/shop10, без placeholder URL
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+10
-4
@@ -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
|
||||
```
|
||||
|
||||
## Проверка работы
|
||||
|
||||
Reference in New Issue
Block a user