1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/abantecart_ynh.git synced 2024-09-03 18:06:16 +02:00

Update install

This commit is contained in:
frju365 2017-01-30 20:42:28 +01:00 committed by GitHub
parent 13321b9689
commit 309e80a9cf

View file

@ -54,7 +54,7 @@ sudo rm -rf $final_path/install.txt
sudo mv $final_path/public_html/* $final_path/
sudo rm -rf $final_path/public_html
cd $final_path/install/
pushd $final_path/install/
sudo php cli_install.php install \
--db_host localhost \
--db_user $dbuser \
@ -68,6 +68,7 @@ sudo php cli_install.php install \
--http_server $domain$path \
--db_prefix \
--admin_path /var/www/$app/admin/
popd
# Files owned by root, www-data can just read