Production Setup
bench setup supervisor
sudo ln -s /home/erpadmin/bench114-cimer-dev/config/supervisor.conf /etc/supervisor/conf.d/bench114-cimer-dev.conf
bench setup nginx
sudo ln -s /home/erpadmin/bench114-cimer-dev/config/nginx.conf /etc/nginx/conf.d/bench114-cimer-dev.conf
systemctl reload nginx
systemctl reload supervisor
Get setup Nginx
sudo apt install nginx
Get setup Supervisor
sudo apt -y install supervisor