mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
Update install
This commit is contained in:
parent
bc9ddc865f
commit
fc739a104a
1 changed files with 29 additions and 29 deletions
|
@ -92,46 +92,46 @@ 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue