diff --git a/jeyerp.yaml b/jeyerp.yaml index 2f89752..dbbf9ba 100644 --- a/jeyerp.yaml +++ b/jeyerp.yaml @@ -621,7 +621,7 @@ actions: # 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 - su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench install-app hrms --force' + su frappe -c 'cd /home/frappe/frappe-bench && redis-server && uvx --from frappe-bench bench install-app hrms' # Download Jey ERP Apps su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench migrate-csv-to-po' su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench get-app https://git.host.jeyerp.az/ali/custom_subtabs.git'