1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
ericgaspar 2020-08-08 18:54:27 +02:00
parent 3ee0399786
commit 171c063d3a
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 8 additions and 4 deletions

View file

@ -13,6 +13,3 @@ SyslogIdentifier=__APP__
PIDFile=/run/movim.pid
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target

View file

@ -152,11 +152,18 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
# #sudo -u www-data php composer.phar $app:migrate
# popd || ynh_die
# (
# cd "$final_path"
# export COMPOSER_HOME=$final_path
# curl -sS https://getcomposer.org/installer | php -- --install-dir="$final_path" \
# && php composer.phar config --global discard-changes true --quiet \
# && php composer.phar install --no-interaction --quiet
# )
(
cd "$final_path"
export COMPOSER_HOME=$final_path
curl -sS https://getcomposer.org/installer | php -- --install-dir="$final_path" \
&& php composer.phar config --global discard-changes true --quiet \
&& php composer.phar install --no-interaction --quiet
)