Library Management with Frappe Framework
Install app on site
Faris Ansari
May 19, 2021

To install our Library Management app on our site, run the following command:

$ bench --site library.test install-app library_management

Installing library_management...

To confirm if the app was installed, run the following command:

$ bench --site library.test list-apps
frappe
library_management

You should see frappe and library_management as installed apps on your site.

When you create a new site, the frappe app is installed by default.

Have a doubt?
Post it here, our mentors will help you out.