2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 16:36:25 +00:00

Update README.md

This commit is contained in:
Pratik Vyas 2014-10-13 20:04:31 +05:30
parent 8818b155a4
commit cef968bae6

View File

@ -197,6 +197,12 @@ bench setup supervisor
sudo ln -s `pwd`/config/supervisor.conf /etc/supervisor/conf.d/frappe.conf sudo ln -s `pwd`/config/supervisor.conf /etc/supervisor/conf.d/frappe.conf
``` ```
Note: For CentOS 7, the extension should be `ini`, thus the command becomes
```
bench setup supervisor
sudo ln -s `pwd`/config/supervisor.conf /etc/supervisor/conf.d/frappe.ini #for CentOS 7 only
```
The bench will also need to restart the processes managed by supervisor when you The bench will also need to restart the processes managed by supervisor when you
update the apps. To automate this, you will have to setup sudoers using the update the apps. To automate this, you will have to setup sudoers using the
command, `sudo bench setup sudoers $(whoami)`. command, `sudo bench setup sudoers $(whoami)`.