Skip to content
This repository was archived by the owner on Dec 1, 2022. It is now read-only.

production_scripts.sh

vishalseshagiri edited this page Oct 3, 2017 · 2 revisions
#!/bin/bash
sudo pkill node
sudo service nginx start 
sudo service supervisor start
printf "y\ny" | sudo -S bench setup production frappe
echo 'y' | bench setup supervisor
bench restart
echo "Refresh your browser now !"

Clone this wiki locally