mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
Fix intsall profile
This commit is contained in:
parent
9d222db170
commit
7a0f95d1e0
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ ram.runtime = "50M"
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
# Yakform doesn't seem to be installable on a subdir, disabling it for now.
|
# Yakforms doesn't seem to be installable on a subdir, disabling it for now.
|
||||||
# [install.path]
|
# [install.path]
|
||||||
# type = "path"
|
# type = "path"
|
||||||
# default = "/poll"
|
# default = "/poll"
|
||||||
|
|
|
@ -75,7 +75,7 @@ ynh_script_progression --message="Installing database..." --weight=19
|
||||||
# Chown from composer/drush install
|
# Chown from composer/drush install
|
||||||
chown -R "$app:www-data" "$install_dir"
|
chown -R "$app:www-data" "$install_dir"
|
||||||
|
|
||||||
_ynh_exec_with_drush_php drush "@$app" site-install framaforms_org \
|
_ynh_exec_with_drush_php drush "@$app" site-install yakforms_profile \
|
||||||
install_configure_form.site_contact_url="https://forum.yunohost.org/t/framaforms-create-polls-using-drag-and-drop/8208" \
|
install_configure_form.site_contact_url="https://forum.yunohost.org/t/framaforms-create-polls-using-drag-and-drop/8208" \
|
||||||
install_configure_form.site_default_country=FR \
|
install_configure_form.site_default_country=FR \
|
||||||
-y --locale="$language" --account-name="admin" --account-pass="$password" --site-name="Framaforms" --site-mail="$admin_mail"
|
-y --locale="$language" --account-name="admin" --account-pass="$password" --site-name="Framaforms" --site-mail="$admin_mail"
|
||||||
|
|
Loading…
Reference in a new issue