Add ARM dependencies
This commit is contained in:
parent
f6682e66ac
commit
f6b79fe7a5
@ -61,7 +61,9 @@ ynh_app_setting_set "$app" final_path "$final_path"
|
|||||||
|
|
||||||
# Check depends installation
|
# Check depends installation
|
||||||
ynh_install_app_dependencies python-dev python-virtualenv \
|
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
|
# CREATE A MYSQL DATABASE
|
||||||
|
@ -83,7 +83,9 @@ ynh_system_user_create "$app"
|
|||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_install_app_dependencies python-dev python-virtualenv \
|
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
|
# RESTORE THE UWSGI MECANICS
|
||||||
|
@ -94,7 +94,9 @@ path_url=$(ynh_normalize_url_path "$path_url")
|
|||||||
|
|
||||||
# Check depends installation
|
# Check depends installation
|
||||||
ynh_install_app_dependencies python-dev python-virtualenv \
|
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
|
# SPECIFIC SETUP UWSGI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user