-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Also
d2-docker/src/d2_docker/config/dhis2-core-start.sh
Lines 106 to 118 in 2f6574a
| run() { | |
| local host=$1 psql_port=$2 | |
| setup_tomcat | |
| copy_apps | |
| wait_for_postgres | |
| run_sql_files || true | |
| run_pre_scripts || true | |
| start_tomcat & | |
| wait_for_tomcat | |
| run_post_scripts || true | |
| debug "DHIS2 instance ready" | |
| wait | |
| } |
Metadata
Metadata
Assignees
Labels
No labels