Обновить jeyerp.yaml #1

Open
js wants to merge 1 commits from js-patch-1 into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit ee11b8fec9 - Show all commits

View File

@ -607,7 +607,7 @@ actions:
su frappe -c 'cd /home/frappe && uv venv'
su frappe -c 'cd /home/frappe && uv pip install frappe-bench'
# Initialize Bench
su frappe -c 'uvx --from frappe-bench bench init --frappe-branch=version-15 --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'
# Change User Directory Permissions
su frappe -c 'chmod -R o+rx /home/frappe'
# Setup Redis Config
@ -622,8 +622,8 @@ actions:
sleep 1
done
# Download a Standard App
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app --branch=version-15 --resolve-deps erpnext https://github.com/frappe/erpnext'
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app --branch=version-15 hrms https://github.com/frappe/hrms'
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app --branch=develop --resolve-deps erpnext https://github.com/frappe/erpnext'
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app --branch=develop hrms https://github.com/frappe/hrms'
# Create a New Site
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench new-site --admin-password=admin --db-root-username=root --db-root-password="${DISTROBUILDER_ROOT_UUID}" --install-app erpnext --set-default frontend'
# Install Standard App