How to create and install App in ERPNext from the souce that I have available offline

Hello,

I have found code for Aditya Duggal’s rigpl for ERPNext 13. I have it in a zip file.

I have checked the Bench documentation but the command bench get-app [repo-link] will only get app from online repository.

How can I install this code (in zip file) as an App into ERPNext?

TIA

Yogi Yang

Hello,

I managed to solve this. Here is what I did.

First I created an App using the command bench new-app but taking care to see that the name of the app is identical to that in the zip file. In my case it is rigpl_erpnext.

Then I copied all the files from the zip file to this folder which is created in app folder.

All things are working as expected but am facing another problem which I has posted in a separate post.

TIA

Yogi Yang