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

This commit is contained in:
ali 2026-01-09 11:33:32 +00:00
parent 62672ca1a0
commit dd96741386
1 changed files with 5 additions and 1 deletions

View File

@ -360,6 +360,11 @@ packages:
# - redis # - redis
- packages: - packages:
- python3-dev
- py3-setuptools
- py3-pip
- py3-distutils-extra
- py3-virtualenv
- uv - uv
action: install action: install
# variants: # variants:
@ -604,7 +609,6 @@ actions:
# Install Frappe Bench # Install Frappe Bench
su frappe -c 'cd /home/frappe && uv venv' 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' su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
# Initialize 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' 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'