Prestashop Install

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.17
What app is this about: Prestashop 8.2.1~ynh2

Describe your issue

Hello
I had many trouble installing Prestashop.
I’m here to report theses troubles and how I resolved them.
First
Required PHP parameters PHP’s config “memory_limit” must be to a minimum of 256M
resolution :

as this issue say, Change the line,
php_admin_value[memory_limit] = 128M
to,
php_admin_value[memory_limit] = 512M
in
/etc/php/8.1/fpm/pool.d/prestashop.conf

Second
“HTTP 504 - error - 504 Gateway Time-out”
resolution

as this page say, I tried Clear your browser cache and
in the file /etc/nginx/conf.d/[prestashop url].d
add
fastcgi_read_timeout 60s
fastcgi_send_timeout 60s

Third
"ERR_TOO_MANY_REDIRECTS "
resolution :
ERR_TOO_MANY_REDIRECTS Prestashop 1.7 - General topics - PrestaShop Forums
log in the database
go to the table PS_CONFIGURATION and change the value of the field “PS_SSL_ENABLED_EVERYWHERE” to: 1 and “PS_SSL_ENABLED” to: 1

for now everything works, but it was not easy and without an IT background, it would be near impossible

Share relevant logs or error messages

/