1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00

enable yakforms

This commit is contained in:
Salamandar 2024-07-14 13:43:52 +02:00
parent d7914ff7aa
commit 3f64dba523

View file

@ -82,6 +82,7 @@ _ynh_exec_with_drush_php drush "@$app" site-install yakforms_profile \
_ynh_exec_with_drush_php drush "@$app" variable-set update_notify_emails "$admin_mail"
_ynh_exec_with_drush_php drush "@$app" variable-set file_private_path "$data_dir/data"
_ynh_exec_with_drush_php drush "@$app" pm-enable yakforms_feature -y --resolve-dependencies
_ynh_exec_with_drush_php drush "@$app" pm-enable yakforms -y --resolve-dependencies
_ynh_exec_with_drush_php drush "@$app" php-eval "module_load_include('inc', 'yakforms', 'includes/yakforms.pages');create_all_pages();" || true
#=================================================