How to install new apps to existing ERPNext app?

Hi All,

I created a app Library Management. Now I want to install that app in existing ERPNext app, please tell me how to install newly created app in existing ERPNext app?.
Is it possible to create new apps directly in existing ERPNext app?

Thanks in Advance
Rahul

1 Like

You want to install an app to a “site” not another “app”

In order to Install New app like . library_management to your erpnext .

try out this commands

  1. Getting the Frappe App from Git Hub …

      https://github.com/frappe/library_management
    
  2. Goto your ERP next vm … console and install the app

    bench get-app library GitHub - frappe/library_management: Library Management App

  3. Add this Installed app to a site …

    bench --site erpnext.vm install-app library_management

2 Likes