bench
bench copied to clipboard
CLI to manage Multi-tenant deployments for Frappe apps
We should have `bench log` commands to pull and display logs available in bench. - It should show last n line of specific type of commands ```bash bench log --source...
Issue: Easy Install **Distro Information (Required)** ``` Linux *** 5.15.0-41-generic #44-Ubuntu SMP Wed Jun 22 14:20:53 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ``` ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"...
``` fatal: [localhost]: FAILED! => { "changed": false, "module_stderr": ">>> /etc/sudoers.d/frappe: syntax error near line 19
Issue: Easy Install ``` Failed to update apt cache: W:Updating from such a repository can't be done securely, and is therefore disabled by default., W:See apt-secure(8) manpage for repository creation...
O/S: CentOS 8 $ bench setup supervisor /etc/supervisord.conf will be updated with the following values: Updated supervisord.conf: ‘chmod’ changed from ‘’ to ‘0760’ Updated supervisord.conf: ‘chown’ changed from ‘’ to...
I am attempting a manual installation of ERPNext. After installing all required dependencies, creating the frappe user, once I run the command: `bench init frappe-bench --frappe-branch version-13` This is what...
Related to https://github.com/frappe/frappe/pull/17482 Currently, gunicorn is added as a dependency for frappe. However gunicorn is not needed for non-production(dev, testing, CI etc) setups. Moving gunicorn installation to `bench setup production`.
closes #1041 What type of a PR is this? - [X] Bug Fix --- This PR improves RHEL 8 and clones detection (was limited to CentOS 7). Also fixes supervisord...
What type of a PR is this? - [ ] Changes to Existing Features - [x] New Feature Submissions - [ ] Bug Fix - [ ] Breaking Change (include...