mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
fix
This commit is contained in:
parent
c8ecc7370f
commit
d08235118c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue