Skip to content

Instantly share code, notes, and snippets.

@eclecticmiraclecat
Last active July 22, 2021 10:12
Show Gist options
  • Save eclecticmiraclecat/1ba81f4313def144114a310ea25086c8 to your computer and use it in GitHub Desktop.
Save eclecticmiraclecat/1ba81f4313def144114a310ea25086c8 to your computer and use it in GitHub Desktop.
sudo supervisorctl stop all
sudo pkill -9 -u frappe
su - frappe
cd frappe-bench
bench start

bench --site site1.local console
bench --site site1.local mariadb

installation

wget https://raw.githubusercontent.com/frappe/bench/develop/install.py
export LC_ALL=C.UTF-8
sudo python3 install.py --production --version 13 --user frappe_orient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment