-
Install Frappe Bench: sudo apt install python3-dev python3-setuptools python3-pip python3-virtualenv pip3 install frappe-bench
-
Initialize a new bench: bench init frappe-bench && cd frappe-bench
-
Clone this app into the apps directory:
git clone https://github.com/Addisu544/Library-Management.git -
Create a new site: bench new-site library.test
-
Install the app: bench --site library.test install-app library_management
-
Start the bench: bench start
Visit http://localhost:8000 or library.test:8000 to use the app.