frappe_docker/docs/multi-tenancy.md
2024-05-21 13:22:39 +02:00

9 lines
391 B
Markdown

# Setting up Multi-tenancy
If you are in development and want to develop with multiple sites installed, yo have to setup multi-tenancy using the hosts file.
This will behave similarly to [multi-tenancy based on DNS in production](https://frappeframework.com/docs/user/en/bench/guides/setup-multitenancy).
For each site run the following script
```sh
bench --site sitename add-to-hosts
```