Hi,
I have import erpnext database.
After import database, now is showing
DocType Feedback Trigger not found
Hi,
I have import erpnext database.
After import database, now is showing
DocType Feedback Trigger not found
Try bench migrate
Hi @KanchanChauhan,
I know that. I am confusing about something.
which folder I will add my personal git?
apps folder or total frappe-bench folder?
Now I have added only erpnext module at my git
On your git profile you will get repositories you clone and on your local you should get the folder of the apps you get in apps folder.
Hi @KanchanChauhan,
I want to describe you details.
I have added erpnext module in git from local machine and I have some modified in erpnext module.
Then I have deployed production server in given below:
bench init frappe-bench && cd frappe-bench
bench get-app erpnext GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)
bench new-site site1.local
bench --site site1.local install-app erpnext
Then
Remove erpnext folder
git clone erpnext repository
bench start
Is it right way?