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:
parent
1d80c28b33
commit
a88d96c58b
1 changed files with 12 additions and 12 deletions
|
@ -56,18 +56,18 @@ sudo rm -rf $final_path/public_html
|
|||
|
||||
pushd $final_path/install/
|
||||
sudo php cli_install.php install \
|
||||
--db_host localhost \
|
||||
--db_user $dbuser \
|
||||
--db_password $dbpass \
|
||||
--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/
|
||||
--db_host=localhost \
|
||||
--db_user=$dbuser \
|
||||
--db_password=$dbpass \
|
||||
--db_name=$dbname \
|
||||
--db_driver=amysqli \
|
||||
--db_port=3306 \
|
||||
--username=$user \
|
||||
--password=$passwd \
|
||||
--email=$email \
|
||||
--http_server=$domain$path \
|
||||
--db_prefix _ac_ \
|
||||
--admin_path=/var/www/$app/admin/
|
||||
popd
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue