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
e625e19b41
commit
13321b9689
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue