Friday, August 26, 2016

How to turn off production mode ?

We can turn off the production mode by the following commands

cd frappe-bench
rm config/supervisor.conf
rm config/nginx.conf
sudo service nginx stop
sudo service supervisord stop
bench setup procfile
bench start
However, to make it work on your current setup, doing sudo service nginx restart should fix it.

No comments:

Post a Comment