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-02-22 15:05:26 +01:00 committed by GitHub
parent 1d80c28b33
commit a88d96c58b

View file

@ -56,18 +56,18 @@ sudo rm -rf $final_path/public_html
pushd $final_path/install/ pushd $final_path/install/
sudo php cli_install.php install \ sudo php cli_install.php install \
--db_host localhost \ --db_host=localhost \
--db_user $dbuser \ --db_user=$dbuser \
--db_password $dbpass \ --db_password=$dbpass \
--db_name $dbname \ --db_name=$dbname \
--db_driver mysqli \ --db_driver=amysqli \
--db_port 3306 \ --db_port=3306 \
--username $user \ --username=$user \
--password $passwd \ --password=$passwd \
--email "$email" \ --email=$email \
--http_server $domain$path \ --http_server=$domain$path \
--db_prefix \ --db_prefix _ac_ \
--admin_path /var/www/$app/admin/ --admin_path=/var/www/$app/admin/
popd popd