Skip to content

Stopping Production and starting Development

Valmik edited this page Jun 8, 2016 · 12 revisions
cd frappe-bench
bench switch-to-develop (Optional : Will change your branches to the "develop" branch)
rm config/supervisor.conf
rm config/nginx.conf
sudo service nginx stop
sudo service supervisord stop
bench setup procfile
bench start