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

using cpanminus

This commit is contained in:
Kayou 2019-02-21 00:36:05 +01:00
parent 323e7c2d7b
commit 74b428facc
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126
3 changed files with 5 additions and 5 deletions

View file

@ -75,9 +75,9 @@ ynh_app_setting_set $app hashed_password $hashed_password
# INSTALL DEPENDENCIES
#=================================================
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql cpanminus
# Install Carton
echo yes | cpan Carton
echo yes | cpanm Carton
#=================================================
# CREATE A POSTGRESQL DATABASE

View file

@ -48,9 +48,9 @@ test ! -d $final_path \
#=================================================
# Define and install dependencies
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql cpanminus
# Install Carton
echo yes | cpan Carton
echo yes | cpanm Carton
#=================================================
# RESTORE THE NGINX CONFIGURATION

View file

@ -94,7 +94,7 @@ fi
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql
ynh_install_app_dependencies build-essential libssl-dev zlib1g-dev libpng-dev libpq-dev memcached postgresql cpanminus
ynh_setup_source "$final_path"