Changeset 2dd1dc4 in Klonkt for deploy/DEPLOY.md
- Timestamp:
- 07/31/2026 12:48:10 PM (6 weeks ago)
- Branches:
- main
- Children:
- ccaa530
- Parents:
- e2c3d09
- File:
-
- 1 edited
-
deploy/DEPLOY.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
deploy/DEPLOY.md
re2c3d09 r2dd1dc4 198 198 (`/sites/<slug>/`) and its own PWA scope, so installing the PWA from one 199 199 site won't navigate into another. 200 201 These sites live inside one Klonkt, sharing one database and one process. For 202 separate domains with separate databases, see the next section instead. 203 204 --- 205 206 ## 9b. Several independent Klonkts on one server 207 208 A different question from the one above: not several sites inside one Klonkt, 209 but several Klonkts side by side, each with its own domain, database and 210 uploads, all sharing a single copy of the code. 211 212 That layout keeps user data out of the checkout: 213 214 ``` 215 /opt/klonkt/ the code, shared by every instance 216 /var/lib/klonkt/<slug>/ one instance: .env, database, uploads 217 ``` 218 219 Adding a site is then a directory plus an `.env`, and `klonkt-update` moves all 220 of them to the new code in one step. Existing single site installs can be 221 converted with `scripts/klonkt-migrate-data.sh`. 222 223 See **[MULTI-INSTANCE.md](MULTI-INSTANCE.md)** for the layout, the migration, 224 the file ownership and the backup routine. 200 225 201 226 ---
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)