bench
bench copied to clipboard
CLI to manage Multi-tenant deployments for Frappe apps
The bench system currently relies on manually maintaining `apps.txt` to track installed apps. This requires users to understand the bench directory structure and makes the system fragile when apps are...
Apps.txt is used to find installed apps, now to manage this someone needs to understand how bench structure works. It would be better if we can do this magically by...
#Description When working in development mode with a test site, moving a module (and its Doctypes) from one custom app to another can leave stale module references. Even after uninstalling...
In `bench --help`, last two lines have description for `worker` and `worker-pool` command, which is exactly the same, ignoring the typo in `worker-pool`'s description. bench version: 5.27.0
When i created the new site same DB it will not prompt or show any issue it silently Drop the db and recreate it without any backing up in mariadb...
How i can install crm erp hrm in one command to docker? Im in dev environment Thanks
https://github.com/frappe/bench/blob/6aef163753c2ad96b7e0addf6da36691c9542eb8/bench/config/templates/nginx.conf#L54 The default NGINX SSL configuration sets HSTS (which is OK, if confusing for local development if you set up HTTPS then wonder why you can't access your local HTTP...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] NGINX get removed when...
Adds two configuration options to `bench init`: - `--use-mprocs`: allows people to use `mprocs` instead of of `honcho` - though both are still supported even with this option - `--default-app...
I tried running: - python3 easy-install.py develop -n frameworkonly but got the error: - Traceback (most recent call last): File "/path/to/frappe_docker/easy-install.py", line 778, in and args.force_pull ^^^^^^^^^^^^^^^ AttributeError: 'Namespace' object...