mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
Update install
This commit is contained in:
parent
44e7fa0dd2
commit
f35645e527
1 changed files with 3 additions and 3 deletions
|
@ -69,11 +69,10 @@ sudo cp -a ../sources/ajouts/. "$final_path"
|
||||||
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
|
|
||||||
# Installation du module perl carton
|
# Installation du module perl carton
|
||||||
sudo mkdir -p /var/log/$app/
|
## echo "Installation du module perl carton. Attention, étape très longue..."
|
||||||
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
|
# Installation de perlmagick, interface perl pour imagemagick et de carton, gestionnaire de dépendances perl
|
||||||
sudo apt-get install carton perlmagick -qy
|
sudo apt-get install carton perlmagick -qy
|
||||||
|
|
||||||
## Copie et configuration du fichier de conf.
|
## Copie et configuration du fichier de conf.
|
||||||
|
@ -104,6 +103,7 @@ sudo cp ../conf/cron_lutim /etc/cron.d/$app
|
||||||
sudo sed -i "s@__FINALPATH__@$final_path/@g" /etc/cron.d/$app
|
sudo sed -i "s@__FINALPATH__@$final_path/@g" /etc/cron.d/$app
|
||||||
|
|
||||||
# Installation de lutim via carton
|
# Installation de lutim via carton
|
||||||
|
sudo mkdir -p /var/log/$app/
|
||||||
cd $final_path
|
cd $final_path
|
||||||
sudo carton install 2>&1 | sudo tee -a "/var/log/$app/setup_carton.log"
|
sudo carton install 2>&1 | sudo tee -a "/var/log/$app/setup_carton.log"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue