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:
parent
578bd0ac6e
commit
2c043c9663
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue