mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
update to movim upstream, add movim daemon options
This commit is contained in:
parent
68fc6df0da
commit
de93441c32
5 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
|||
**Changelog**
|
||||
|
||||
2.0.3 2016-11-16
|
||||
- Update to movim 0.10 git2016-11-16
|
||||
- Use start, --url and --port options for Movim daemon
|
||||
|
||||
2.0.2 2016-10-06
|
||||
- Update to movim 0.10 git2016-10-06
|
||||
|
||||
|
|
|
@ -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.10 git2016-10-06
|
||||
Provided Movim version : 0.10 git2016-11-16
|
||||
|
||||
Please read CHANGELOG.
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
### END INIT INFO
|
||||
|
||||
dir="YHDIR"
|
||||
cmd="php daemon.php https://YHURL YHPORT"
|
||||
cmd="php daemon.php start --url=https://YHURL --port=YHPORT"
|
||||
user="movim"
|
||||
|
||||
name=`basename $0`
|
||||
|
|
|
@ -5,7 +5,7 @@ After=nginx.service network.target local-fs.target mysql.service
|
|||
[Service]
|
||||
User=movim
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/php daemon.php https://YHURL YHPORT
|
||||
ExecStart=/usr/bin/php daemon.php start --url=https://YHURL --port=YHPORT
|
||||
WorkingDirectory=YHDIR
|
||||
StandardOutput=syslog
|
||||
SyslogIdentifier=movim
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
GIT_REPO="https://github.com/movim/movim"
|
||||
|
||||
# Commit to checkout
|
||||
HEAD_COMMIT="8b25303651556540d17ebeb960eeb4a64c3fe6ba"
|
||||
HEAD_COMMIT="478c9631b78f91f9b00d38cbaadb5b96bb9940c9"
|
||||
|
||||
# Source code destination directory
|
||||
DESTDIR="/var/www/movim"
|
||||
|
|
Loading…
Reference in a new issue