The above link says:
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 command, sudo bench setup sudoers $(whoami).
Any manual way to do that rather than sudo bench setup sudoers
I have successfully done all the steps The steps i took :
yum install supervisor
bench setup supervisor
bench setup nginx
created symlinks
supervisor also running fine and page also reloads.
But i am skeptic about this last step which says to do sudo bench setup sudoers $(whoami). I can’t run sudo as command not found error and i can’t do without sudo as its saying need privileges. So i was wondering what this step actually does and if i can do that manually.