mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
Update README.md
This commit is contained in:
parent
8818b155a4
commit
cef968bae6
@ -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)`.
|
||||||
|
Loading…
Reference in New Issue
Block a user