mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
On remouille avec l'utilisateur et le mot de passe
This commit is contained in:
parent
11c9a19797
commit
23bd448c69
1 changed files with 4 additions and 1 deletions
|
@ -106,13 +106,16 @@ SETUP_SOURCE # Télécharge la source, décompresse et copie dans $final_path
|
|||
# Installation de Prestashop
|
||||
#=================================================
|
||||
pushd $final_path/install/
|
||||
sudo php index_cli.php install \
|
||||
sudo php index_cli.php \
|
||||
--db_server=localhost \
|
||||
--db_user=$db_user \
|
||||
--db_password=$db_pwd \
|
||||
--db_name=$db_name \
|
||||
--db_driver=amysqli \
|
||||
--db_port=3306 \
|
||||
--lastname=$admin_prestashop \
|
||||
--password=$pass \
|
||||
--email=$email \
|
||||
--domain=$domain \
|
||||
--base_uri=$path \
|
||||
--prefix=_ps_
|
||||
|
|
Loading…
Add table
Reference in a new issue