mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
movim HEAD
This commit is contained in:
parent
c68ad62cbf
commit
de5d2a1efe
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
**Changelog**
|
||||
|
||||
3.0.0 2017-10-20
|
||||
- movim_ynh now fetch movim HEAD
|
||||
|
||||
2.0.8 2017-08-24
|
||||
- Update to movim 0.11 git2017-08-24
|
||||
|
||||
|
|
|
@ -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.11 git2017-08-24
|
||||
Provided Movim version: HEAD
|
||||
|
||||
Please read CHANGELOG.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
GIT_REPO="https://github.com/movim/movim"
|
||||
|
||||
# Commit to checkout
|
||||
HEAD_COMMIT="73faa0ae703836108677201ae0e63c4a740cef8b"
|
||||
HEAD_COMMIT="HEAD"
|
||||
|
||||
# Source code destination directory
|
||||
DESTDIR="/var/www/movim"
|
||||
|
|
Loading…
Reference in a new issue