mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
KAN-63: fix deployment doc
This commit is contained in:
parent
c5f93427e7
commit
37b327c957
1 changed files with 4 additions and 4 deletions
|
|
@ -89,7 +89,7 @@ Add the webhook workflow files to each watched repository:
|
||||||
|
|
||||||
1. SSH into your Hetzner server:
|
1. SSH into your Hetzner server:
|
||||||
```bash
|
```bash
|
||||||
ssh frappe@188.245.211.114
|
ssh ignis_academy_lms@188.245.211.114
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run the automated setup script:
|
2. Run the automated setup script:
|
||||||
|
|
@ -139,7 +139,7 @@ Trigger the deployment manually:
|
||||||
After deployment is complete, create your first site:
|
After deployment is complete, create your first site:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh frappe@188.245.211.114
|
ssh ignis_academy_lms@188.245.211.114
|
||||||
cd /opt/frappe-deployment
|
cd /opt/frappe-deployment
|
||||||
./scripts/create-site.sh academy.example.com
|
./scripts/create-site.sh academy.example.com
|
||||||
```
|
```
|
||||||
|
|
@ -188,7 +188,7 @@ The `migrate-all-sites.sh` script automatically:
|
||||||
### Check Service Status
|
### Check Service Status
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh frappe@188.245.211.114
|
ssh ignis_academy_lms@188.245.211.114
|
||||||
cd /opt/frappe-deployment
|
cd /opt/frappe-deployment
|
||||||
docker compose ps
|
docker compose ps
|
||||||
docker compose logs -f
|
docker compose logs -f
|
||||||
|
|
@ -199,7 +199,7 @@ docker compose logs -f
|
||||||
If needed, run migrations manually:
|
If needed, run migrations manually:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ssh frappe@188.245.211.114
|
ssh ignis_academy_lms@188.245.211.114
|
||||||
cd /opt/frappe-deployment
|
cd /opt/frappe-deployment
|
||||||
./scripts/migrate-all-sites.sh
|
./scripts/migrate-all-sites.sh
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue