Howto Install a Homebrew App Not belonging on GITHUB

Hi,
Ive customised Erpnext-demo with my custom data and amendments.
And want to ask the correct procedure for installing an App not belonging, to/on github…

Ive downloaded Erpnext_demo-master.zip extracted to ///frappe-bench/apps/erpnext_demo
Did my edits left structure un-touched just change some data for testing purposes…

So now what commands should be ran for a correct install
of this custom modified app under this directory.

I hope this make sense in what im asking…
If someone can help out and point me in the right direction it would be much appreciated.

Regards
Vee.

From Frappe bench dir,

./env/bin/pip install -e apps/erpnext_demo

Edit sites/apps.txt and add a line with erpnext_demo if it doesn’t exist

App should now be installable from command line (bench frappe --install_app erpnext_demo) or from “Installer” on desktop

2 Likes

Thank you very much Pdvyas.
Best Regards
Vee.

@vitridex please share your updates if they are any good.