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:37:56 +01:00 committed by GitHub
parent e625e19b41
commit 13321b9689

View file

@ -56,16 +56,18 @@ sudo rm -rf $final_path/public_html
cd $final_path/install/
sudo php cli_install.php install \
--db_hostname localhost \
--db_username $dbuser \
--db_host localhost \
--db_user $dbuser \
--db_password $dbpass \
--db_database $dbname \
--db_name $dbname \
--db_driver mysqli \
--db_port 3306 \
--username $user \
--password $passwd \
--email $email \
--http_server $domain$path \
--db_prefix \
--admin_path /var/www/$app/admin/
# Files owned by root, www-data can just read