mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
Testing (#112)
* cleaning * cleaning * Auto-update README * Update nginx.conf * Update manifest.toml * Auto-update README * Update manifest.toml * cleaning * cleaning * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README * Update manifest.toml * 5.0.0 (#107) * 5.0.0 * Update manifest.toml * Auto-update README * cleaning * Update manifest.toml * cleaning * Update tests.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update upgrade * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
c1229e0dd5
commit
f8e1af2334
4 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@ Matomo is the leading Free/Libre open analytics platform. At the end of the five
|
||||||
Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in!
|
Matomo aims to be a Free software alternative to Google Analytics and is already used on more than 1,400,000 websites. Privacy is built-in!
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 5.0.0~ynh1
|
**Shipped version:** 5.0.0~ynh2
|
||||||
|
|
||||||
**Demo:** https://demo.matomo.org
|
**Demo:** https://demo.matomo.org
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ Matomo est la principale plateforme d'analyse ouverte Free/Libre. À la fin du p
|
||||||
|
|
||||||
Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée !
|
Matomo se veut une alternative logicielle gratuite à Google Analytics et est déjà utilisé sur plus de 1 400 000 sites Web. La confidentialité est intégrée !
|
||||||
|
|
||||||
**Version incluse :** 5.0.0~ynh1
|
**Version incluse :** 5.0.0~ynh2
|
||||||
|
|
||||||
**Démo :** https://demo.matomo.org
|
**Démo :** https://demo.matomo.org
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Matomo"
|
||||||
description.en = "Analytics platform for measuring Web statistics"
|
description.en = "Analytics platform for measuring Web statistics"
|
||||||
description.fr = "Plateforme d'analyse de mesure de statistiques Web"
|
description.fr = "Plateforme d'analyse de mesure de statistiques Web"
|
||||||
|
|
||||||
version = "5.0.0~ynh1"
|
version = "5.0.0~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ then
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$install_dir"
|
||||||
else
|
else
|
||||||
# Download, check integrity, uncompress and patch the source from app.src
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.ini.php"
|
ynh_setup_source --dest_dir="$install_dir" --keep="config/config.ini.php" --full_replace=1
|
||||||
|
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
ynh_exec_as $app php${phpversion} $install_dir/console core:update -n
|
ynh_exec_as $app php${phpversion} $install_dir/console core:update -n
|
||||||
|
|
Loading…
Reference in a new issue