Add ARM dependencies

pull/6/head
Jean-Baptiste Holcroft 6 years ago
parent f6682e66ac
commit f6b79fe7a5

@ -61,7 +61,9 @@ ynh_app_setting_set "$app" final_path "$final_path"
# Check depends installation
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
uwsgi uwsgi-plugin-python \
`# ARM support: ` \
build-essential libssl-dev libffi-dev
#=================================================
# CREATE A MYSQL DATABASE

@ -83,7 +83,9 @@ ynh_system_user_create "$app"
#=================================================
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
uwsgi uwsgi-plugin-python \
`# ARM support: ` \
build-essential libssl-dev libffi-dev
#=================================================
# RESTORE THE UWSGI MECANICS

@ -94,7 +94,9 @@ path_url=$(ynh_normalize_url_path "$path_url")
# Check depends installation
ynh_install_app_dependencies python-dev python-virtualenv \
uwsgi uwsgi-plugin-python
uwsgi uwsgi-plugin-python \
`# ARM support: ` \
build-essential libssl-dev libffi-dev
#=================================================
# SPECIFIC SETUP UWSGI

Loading…
Cancel
Save