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

apt-get à la place cpan pour carton

This commit is contained in:
Maniack Crudelis 2015-04-15 12:44:58 +02:00
parent e3a8b64a79
commit 58ea35aa8f

View file

@ -67,10 +67,10 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
# Installation du module perl carton
sudo mkdir -p /var/log/$app/
echo "Installation du module perl carton. Attention, étape très longue..."
yes | sudo cpan Carton 2>&1 | sudo tee "/var/log/$app/setup_carton.log" > /dev/null
## yes | sudo cpan Carton 2>&1 | sudo tee "/var/log/$app/setup_carton.log" > /dev/null
# Installation de perlmagick, interface perl pour imagemagick
sudo apt-get install perlmagick -qy
sudo apt-get install carton perlmagick -qy
## Copie et configuration du fichier de conf.
sudo cp ../conf/lutim.conf.template "$final_path/lutim.conf"