Hi There,
i install erpnext app and custom it and upload my custom app to github .
Now how i can install my custom app form github beside my erpnext.
Thank You
Hi There,
i install erpnext app and custom it and upload my custom app to github .
Now how i can install my custom app form github beside my erpnext.
Thank You
@iFeras93: you will use bench capabilities to accomplish it. Namely, there are two commands to execute, to get it done:
You may want to refer to the quick cheat sheet on frappe bench commands per https://frappe.github.io/frappe/user/en/bench/resources/bench-commands-cheatsheet.html for the overview of bench commands.
I have ran bench get-app [app-name] [github-linke] and went successfully.
but when I run bench --site [site-name] install-app [app-name] it says:
could note find app “[app-name]”
note:
in app folder the pp-name is in it.
Make sure that your app name doesn’t contain spaces, If so replace the space in the command with " _ "
The above cheatsheet link is broken. You can find the bench commands cheat sheet at Bench Commands Cheatsheet
link expired please update