1
0
Fork 0
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:
magikcypress 2017-03-04 02:31:43 +01:00
parent 11c9a19797
commit 23bd448c69

View file

@ -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_