Обновить jeyerp-develop.yaml

This commit is contained in:
ali 2026-01-09 10:54:44 +00:00
parent 00f1f96d83
commit 8c2999e68a
1 changed files with 33 additions and 27 deletions

View File

@ -360,6 +360,11 @@ packages:
# - redis
- packages:
- python3-dev
- py3-setuptools
- py3-pip
- py3-distutils-extra
- py3-virtualenv
- uv
action: install
# variants:
@ -603,8 +608,8 @@ actions:
set -eux
# Install Frappe Bench
su frappe -c 'cd /home/frappe && uv python install'
su frappe -c 'cd /home/frappe && uv venv'
su frappe -c 'cd /home/frappe && uv python install'
su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
# Initialize Bench
su frappe -c 'uvx --from frappe-bench bench init --frappe-branch=develop --frappe-path=https://github.com/frappe/frappe --no-procfile --no-backups --skip-redis-config-generation --verbose /home/frappe/frappe-bench'
@ -641,6 +646,7 @@ actions:
# Install Jey ERP Subtabs App
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app custom_subtabs'
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench execute custom_subtabs.patches.add_parent_field.add_field_to_docfield_json'
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench execute jey_erp.custom.create_asset_categories.create_asset_categories'
# Install Jey ERP Apps
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app az_locale invoice_az taxes_az formula_editor jey_erp kapital_bank jey_theme'
# Builds JS and CSS, and then migrates