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

edit README

This commit is contained in:
src386 2016-03-17 15:33:21 +01:00
parent a6b322b178
commit 4fc39209be
3 changed files with 45 additions and 3 deletions

42
: Normal file
View file

@ -0,0 +1,42 @@
Movim for Yunohost.
==========
Movim is a decentralized social network, written in PHP and HTML5 and based on the XMPP standard protocol : https://movim.eu .
It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt.
Provided Movim version : 0.9 git2016-03-17
Please read CHANGELOG.
**Installation**
yunohost app install https://github.com/movim/movim_ynh
**Upgrade**
yunohost app upgrade movim -u https://github.com/movim/movim_ynh
**Options**
* domain : Your domain name.
* path : Path for you Movim pod (https://example.com/path).
* admin : Who can access /?admin (pod options).
* password : Password to access /?admin.
* language : Pod language, currently en or fr.
* enable sso : automatic login.
* port : Port for Movim daemon. Default is 9537, a check is performed before installation.
**Pod advanced configuration**
https://example.com/movim/?admin
Username and password are defined during installation.
**Remove**
yunohost app remove movim
**Help**
Just open an issue.

View file

@ -1,7 +1,7 @@
**Changelog**
1.7 2016-?
- Update to movim 0.9 git2016-03-14
1.7 2016-3-17
- Update to movim 0.9 git2016-03-17
- sources/upgrade : dont delete composer.lock
- conf/nginx.conf : disable the Yunohost logo

View file

@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t
It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt.
Provided Movim version : 0.9 git2016-03-14
Provided Movim version : 0.9 git2016-03-17
Please read CHANGELOG.