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:
parent
d7914ff7aa
commit
3f64dba523
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue