Skip to content

nepfinder/EW_Customization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frappe CRM App Customization

269898148-ca9288aa-6937-4e38-a93f-7f584b0aafb3

Installation

  1. Install bench & frappe.

  2. Once setup is complete, add the payments app to your bench by running

    bench get-app https://github.com/nepfinder/ew_customization
    
  3. Developer Mode

    bench --site <sitename> set-config --global developer_mode 1
    
  4. Install the payments app on the required site by running

    bench --site <sitename> install-app ew_customization
    
  5. Restart Services

    sudo supervisorctl restart all
    

Update

  1. Pull latest code from github
    cd frappe-bench/apps/ew_customization
    
  2. Pull latest version from github
    git pull
    
  3. Migrate Site
    bench --site <sitename> migrate
    
  4. Restart Services
    sudo supervisorctl restart all
    

License

MIT