Обновить jeyerp.yaml
This commit is contained in:
parent
8eba0a8140
commit
b9159ffb33
|
|
@ -574,7 +574,7 @@ actions:
|
|||
/etc/init.d/mariadb setup
|
||||
|
||||
# Starting MariaDB
|
||||
nohup mariadbd-safe 2>&1 &
|
||||
nohup mariadbd-safe >/dev/null 2>&1 &
|
||||
echo "Waiting for MariaDB to Start..."
|
||||
while [ ! -S /run/mysqld/mysqld.sock ]; do
|
||||
sleep 1
|
||||
|
|
@ -615,13 +615,15 @@ actions:
|
|||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench set-config -g redis_queue redis://localhost:6379'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench set-config -g redis_socketio redis://localhost:6379'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && uvx --from frappe-bench bench set-config -gp socketio_port 9000'
|
||||
# Starting MariaDB
|
||||
nohup redis-server >/dev/null 2>&1 &
|
||||
# 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=version-15 --resolve-deps 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
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && redis-server && uvx --from frappe-bench bench install-app hrms'
|
||||
su frappe -c 'cd /home/frappe/frappe-bench && 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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue