How to install custom create App from GitHub

Hi Guys,

I’m doing one project from one our client. Actully I want to install/pull my own custom created App from Github. Which was pushed by me on github.
Please help me step by step to get this thing done. And How I use this App after get install?

Thank You

Hi @Gaurav1,

Please apply it.

bench get-app your_github_custom_app_path

Example:
bench get-app https://github.com/frappe/frappe.git

Install the custom app on-site for

bench --site [sitename] install-app your_custom_app_name

Reference:

I hope this helps.

Thank You!