Installation
Frappe Cloud
Don`t have a frappe site? New to ERPNext? Not an expert with cloud management? We've got you covered.
- Simply signup with Frappe Cloud for a free trial and create a new site.
- Select Frappe Version-14 or above and select ERPNext and India Compliance from Apps to Install.
You can get started in a few minutes with a new site and a fresh install to try out the simple and cool features of the App.
Need consultation/support in getting started. Get help!
For Migration guide Click Here For Sandbox Configuration Click Here
Docker
Use this guide to deploy India Compliance by building your custom image.
Sample Apps JSON
shell
export APPS_JSON='[
{
"url": "https://github.com/frappe/erpnext",
"branch": "version-15"
},
{
"url": "https://github.com/resilient-tech/india-compliance",
"branch": "version-15"
}
]'
export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0)
Manual
Once you've set up a Frappe site, installing India Compliance is simple: Download the App using the Bench CLI
sh
bench get-app https://github.com/resilient-tech/india-compliance.git
Install the App on your site
sh
bench --site [site name] install-app india_compliance