-
Install bench & frappe.
-
Once setup is complete, add the payments app to your bench by running
bench get-app https://github.com/nepfinder/ew_customization
-
Developer Mode
bench --site <sitename> set-config --global developer_mode 1
-
Install the payments app on the required site by running
bench --site <sitename> install-app ew_customization
-
Restart Services
sudo supervisorctl restart all
- Pull latest code from github
cd frappe-bench/apps/ew_customization
- Pull latest version from github
git pull
- Migrate Site
bench --site <sitename> migrate
- Restart Services
sudo supervisorctl restart all
MIT