mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Remove php composer stuff
This commit is contained in:
parent
204da42083
commit
f0336027b2
1 changed files with 4 additions and 3 deletions
|
@ -80,9 +80,10 @@ sudo chown -R movim:www-data $final_path
|
|||
sudo chmod -R 750 $final_path
|
||||
|
||||
# Install PHP dependencies
|
||||
sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim
|
||||
sudo su -c "cd $final_path && php composer.phar config --global discard-changes true" movim # auto yes
|
||||
sudo su -c "cd $final_path && php composer.phar install -n" movim # install + quiet mode
|
||||
# This is not necessary anymore, movim_ynh ships everything
|
||||
#sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim
|
||||
#sudo su -c "cd $final_path && php composer.phar config --global discard-changes true" movim # auto yes
|
||||
#sudo su -c "cd $final_path && php composer.phar install -n" movim # install + quiet mode
|
||||
|
||||
# Movim configuration
|
||||
sudo sed -i "s@'username' => 'username'@'username' => '$db_user'@g" $final_path/config/db.inc.php
|
||||
|
|
Loading…
Reference in a new issue