mirror of
https://github.com/YunoHost-Apps/prestashop_ynh.git
synced 2024-09-03 20:06:39 +02:00
On test l'install sans utilisateur
This commit is contained in:
parent
4ab71fa323
commit
737779ae6d
2 changed files with 8 additions and 7 deletions
|
@ -7,10 +7,10 @@ location __PATHTOCHANGE__ {
|
|||
alias __FINALPATH__/;
|
||||
index index.php;
|
||||
|
||||
if (!-e $request_filename)
|
||||
{
|
||||
rewrite ^(.+)$ __PATHTOCHANGE__/index.php?q=$1 last;
|
||||
}
|
||||
# if (!-e $request_filename)
|
||||
# {
|
||||
# rewrite ^(.+)$ __PATHTOCHANGE__/index.php?q=$1 last;
|
||||
# }
|
||||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
|
|
|
@ -113,10 +113,11 @@ sudo php index_cli.php install \
|
|||
--db_name=$db_name \
|
||||
--db_driver=amysqli \
|
||||
--db_port=3306 \
|
||||
--lastname=$admin_prestashop \
|
||||
--password=$pass \
|
||||
--email=$email \
|
||||
# --lastname=$admin_prestashop \
|
||||
# --password=$pass \
|
||||
# --email=$email \
|
||||
--domain=$domain$path \
|
||||
# --base_uri=$path \
|
||||
--prefix=_ps_
|
||||
popd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue