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

remove php composer stuf

This commit is contained in:
src386 2016-03-07 22:15:59 +01:00
parent f0336027b2
commit 32e407ea6d
2 changed files with 7 additions and 3 deletions

View file

@ -2,7 +2,10 @@
1.7 2016-? 1.7 2016-?
- Update to movim 0.9 git2016-03-06 - Update to movim 0.9 git2016-03-06
- Php composer stuff is now shipped in the package
- conf/nginx.conf : disable the Yunohost logo - conf/nginx.conf : disable the Yunohost logo
- script/install : comment (disable) php composer stuff
- script/upgrade : comment (disable) php composer stuff
1.6.1 2016-02-12 1.6.1 2016-02-12
- Update to movim 0.9 git2016-01-27 - Update to movim 0.9 git2016-01-27

View file

@ -32,9 +32,10 @@ else
fi fi
# Update PHP dependencies # Update PHP dependencies
sudo su -c "cd $final_path && rm composer.lock" # Not necessary anymore, shipped with movim_ynh
sudo su -c "cd $final_path && php composer.phar config --global discard-changes true" movim #sudo su -c "cd $final_path && rm composer.lock"
sudo su -c "cd $final_path && php composer.phar install -n" movim #sudo su -c "cd $final_path && php composer.phar config --global discard-changes true" movim
#sudo su -c "cd $final_path && php composer.phar install -n" movim
# Movim configuration # Movim configuration
sudo sed -i "s@/ws/@$path/ws/@g" $final_path/app/assets/js/movim_websocket.js sudo sed -i "s@/ws/@$path/ws/@g" $final_path/app/assets/js/movim_websocket.js