Frappe Commands
Table of Contents
Initialize Frappe bench:
$ bench init bench_name
Create a site:
$ bench new-site site.name
Adding the site to hosts file:
$ bench --site site.name add-to-hosts
Create an app:
$ bench new-app app_name
Enable Developer mode:
$
Install Application from url in Frappe:
$ bench get-app [repo-link]
Install own app on site
$ bench --site caliber.dev install-app develope