docs: updated self hosting steps in README

This commit is contained in:
Jannat Patel
2024-12-23 12:46:02 +05:30
committed by GitHub
parent 8a9725c990
commit 0fae11d031

View File

@@ -106,9 +106,9 @@ wget https://frappe.io/easy-install.py
python3 ./easy-install.py deploy \
--project=learning_prod_setup \
--email=your_email.example.com \
--image=ghcr.io/frappe/learning \
--image=ghcr.io/frappe/lms \
--version=stable \
--app=learning \
--app=lms \
--sitename subdomain.domain.tld
```