1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prestashop_ynh.git synced 2024-09-03 20:06:39 +02:00

enh: install

This commit is contained in:
Tagadda 2022-04-08 23:40:21 +00:00
parent 578bd0ac6e
commit 2c043c9663
2 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,10 @@
domain="domain.tld"
path="/path"
is_public=1
language=English
shopname=Prestashop
admin=john
password=12345678
; Checks
pkg_linter=1
setup_sub_dir=1

View file

@ -117,6 +117,10 @@ ynh_add_fpm_config
#=================================================
ynh_script_progression --message="Installing Prestashop..." --weight=1
admin_email=$(ynh_user_get_info $admin 'mail')
admin_firstname=$(ynh_user_get_info $admin 'firstname')
admin_lastname=$(ynh_user_get_info $admin 'lastname')
# Installing Prestashop
# https://docs.prestashop-project.org/1.7-documentation/getting-started/installing-prestashop-using-command-line-script
pushd $final_path