From 9470bc47293b8da2e7a1e126dfe81f875c1c1df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:09:42 +0200 Subject: [PATCH] Update install --- scripts/install | 64 ++++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/scripts/install b/scripts/install index 4b38c79..86c8180 100644 --- a/scripts/install +++ b/scripts/install @@ -92,48 +92,48 @@ chown -R $app: "$install_dir" mkdir -p /var/log/$app/ -# ynh_script_progression --message="Finalizing installation..." --weight=1 +ynh_script_progression --message="Finalizing installation..." --weight=1 -# ynh_script_progression --message="Generate fileconf" --weight=1 -# ynh_local_curl "/install/fileconf.php" \ -# "testpost=ok" +ynh_script_progression --message="Generate fileconf" --weight=1 +ynh_local_curl "/install/fileconf.php" \ + "testpost=ok" -# ynh_exec_fully_quiet sleep 5 +ynh_exec_fully_quiet sleep 5 -# ynh_script_progression --message="installation - step 1" --weight=3 -# ynh_local_curl "/install/step1.php" \ -# "testpost=ok" \ -# "action=set" > /var/log/$app/install1.html +ynh_script_progression --message="installation - step 1" --weight=3 +ynh_local_curl "/install/step1.php" \ + "testpost=ok" \ + "action=set" > /var/log/$app/install1.html -# ynh_exec_fully_quiet sleep 5 +ynh_exec_fully_quiet sleep 5 -# ynh_script_progression --message="installation - step 2 (may take a while)..." --weight=72 -# ynh_local_curl "/install/step2.php" \ -# "testpost=ok" \ -# "action=set" > /var/log/$app/install2.html +ynh_script_progression --message="installation - step 2 (may take a while)..." --weight=72 +ynh_local_curl "/install/step2.php" \ + "testpost=ok" \ + "action=set" > /var/log/$app/install2.html -# ynh_exec_fully_quiet sleep 5 +ynh_exec_fully_quiet sleep 5 -# ynh_script_progression --message="installation - step 4" --weight=3 -# ynh_local_curl "/install/step4.php" \ -# "testpost=ok" \ -# "action=set" > /var/log/$app/install3.html +ynh_script_progression --message="installation - step 4" --weight=3 +ynh_local_curl "/install/step4.php" \ + "testpost=ok" \ + "action=set" > /var/log/$app/install3.html -# ynh_exec_fully_quiet sleep 5 +ynh_exec_fully_quiet sleep 5 -# # Generate a random password for the admin user (will be ignored because of LDAP) -# password=$(ynh_string_random 8) +# Generate a random password for the admin user (will be ignored because of LDAP) +password=$(ynh_string_random 8) -# ynh_script_progression --message="installation - step 5" --weight=4 -# ynh_local_curl "/install/step5.php" \ -# "testpost=ok" \ -# "action=set" \ -# "pass=$password" \ -# "pass_verif=$password" > /var/log/$app/install4.html +ynh_script_progression --message="installation - step 5" --weight=4 +ynh_local_curl "/install/step5.php" \ + "testpost=ok" \ + "action=set" \ + "pass=$password" \ + "pass_verif=$password" > /var/log/$app/install4.html -# ynh_exec_fully_quiet sleep 5 +ynh_exec_fully_quiet sleep 5 -#ynh_script_progression --message="configuring LDAP" --weight=1 +ynh_script_progression --message="configuring LDAP" --weight=1 # # Populate the LDAP parameters # ynh_mysql_connect_as --user=$db_name --password=$db_pwd --database=$db_name < ../conf/sql/ldap.sql @@ -153,14 +153,14 @@ mkdir -p /var/log/$app/ ynh_script_progression --message="configuring config file" --weight=1 # Setup HTTP auth in conf -#ynh_replace_string --match_string="dolibarr_main_authentication='dolibarr'" --replace_string="dolibarr_main_authentication='http'" --target_file="$install_dir/htdocs/conf/conf.php" +ynh_replace_string --match_string="dolibarr_main_authentication='dolibarr'" --replace_string="dolibarr_main_authentication='http'" --target_file="$install_dir/htdocs/conf/conf.php" #================================================= # STORE THE CONFIG FILE CHECKSUM #================================================= # Calculate and store the config file checksum into the app settings -#ynh_store_file_checksum --file="$install_dir/htdocs/conf/conf.php" +ynh_store_file_checksum --file="$install_dir/htdocs/conf/conf.php" #================================================= # GENERIC FINALIZATION