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-09-22 13:32:39 +02:00
parent c8ecc7370f
commit d08235118c
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol: https://movim.eu
**Shipped version:** 0.18
**Shipped version:** 0.18rc14
## Screenshots

View file

@ -6,7 +6,7 @@
"en": "Responsive web-based cross-platform XMPP client",
"fr": "Client XMPP multiplateforme"
},
"version": "0.18.0~ynh1",
"version": "0.18rc14~ynh1",
"requirements": {
"yunohost": ">= 3.8.1"
},

View file

@ -170,7 +170,7 @@ chown -R $app $final_path/src/Movim/Bootstrap.php
ynh_script_progression --message="Configuring database.." --weight=1
(
cd "$final_path"
ynh_exec_as $app php"${phpversion}" mud.php db --set
ynh_exec_as $app php"${phpversion}" composer.phar movim:migrate
)
#=================================================