diff --git a/.gitignore b/.gitignore index 138ee474..e2fca77d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ development/* !development/apps-example.json !development/apps-development.json !development/apps-prod.json +!development/apps-erpnext.json !development/vscode-example/ # Pycharm diff --git a/README.md b/README.md index fa5fdce1..1bcde323 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER ### GitHub Login (SSH) > Make sure you're setting it up for Linux + 1. [Check for any existing SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys) 2. [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) 3. [Add it to your GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) @@ -76,12 +77,16 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER #### Default Install -1. Run the installer - ```sh frap-install ``` +#### ERPNext with add-on apps + +```sh + frap-install -j apps-erpnext.json +``` + #### Development Branch Apps Install ```sh diff --git a/development/apps-erpnext.json b/development/apps-erpnext.json new file mode 100644 index 00000000..d8890aef --- /dev/null +++ b/development/apps-erpnext.json @@ -0,0 +1,22 @@ +[ + { + "url": "https://github.com/frappe/erpnext.git", + "branch": "version-15" + }, + { + "url": "https://github.com/frappe/builder.git", + "branch": "develop" + }, + { + "url": "https://github.com/frappe/gameplan.git", + "branch": "main" + }, + { + "url": "https://github.com/frappe/insights.git", + "branch": "main" + }, + { + "url": "https://github.com/The-Commit-Company/Raven.git", + "branch": "main" + } +]