1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpbb_ynh.git synced 2024-09-03 19:56:36 +02:00

Automatic installation

This commit is contained in:
polytan02 2015-03-07 23:40:38 +00:00
parent f54a7404af
commit a7f2a155cb

View file

@ -55,10 +55,10 @@ sudo curl -k -X POST \
--data-urlencode "server_port=443" \
--data-urlencode "script_path=$path" \
--data-urlencode "submit=next" \
"https://127.0.0.1/forum/install/index.php?mode=install&sub=final" > /dev/null 2>&1
"https://127.0.0.1/forum/install/index.php?mode=install" > /dev/null 2>&1
# We need to rename the install folder
sudo mv $final_path/install $final_path/install_old
#sudo mv $final_path/install $final_path/install_old
# Modify Nginx configuration file and copy it to Nginx conf directory
sed -i "s@PATHTOCHANGE@$path@g" ../conf/nginx.conf