mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
Merge branch 'testing' into fix-testing
This commit is contained in:
commit
90785a6823
5 changed files with 8 additions and 6 deletions
|
@ -21,8 +21,10 @@ Paheko (we chose the name Paheko, a word from the Māori language meaning "to co
|
|||
It is the tool of choice for managing an association, a sports club, an NGO, etc. It is designed to meet the needs of a small to medium-sized structure: management of members, accounting, website, note-taking in meetings, archiving and sharing of the association's operating documents, discussion between members, etc. etc..
|
||||
|
||||
|
||||
|
||||
**Shipped version:** 1.3.0~ynh9
|
||||
|
||||
|
||||
**Demo:** https://paheko.cloud/essai/
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -32,6 +32,7 @@ Paheko (Nous avons choisi le nom Paheko, un mot de la langue Māori qui signifie
|
|||
|
||||
**Version incluse :** 1.3.0~ynh9
|
||||
|
||||
|
||||
**Démo :** https://paheko.cloud/essai/
|
||||
|
||||
## Captures d’écran
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
## Configurations personnelles
|
||||
|
||||
Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `/var/www/paheko/config.local.user.php`.
|
||||
Pour voir les possibilités vous pouvez lire auparavant le fichier `/var/www/paheko/config.dist.php`.
|
||||
Vous pouvez si vous le souhaitez ajouter des configurations personnelles en éditant le fichier `__INSTALL_DIR__/config.local.user.php`.
|
||||
Pour voir les possibilités vous pouvez lire auparavant le fichier `__INSTALL_DIR__/config.dist.php`.
|
||||
|
|
|
@ -1 +1 @@
|
|||
We should encourage people to have a look at the Changelog: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 when upgrading to this version because there are major changes. If you have installed some plugins, not all will be compatibles.
|
||||
We encourage you to have a look at the Changelog: https://fossil.kd2.org/paheko/wiki?name=Changelog/1.3 when upgrading to this version because there are major changes. If you have installed some plugins, not all will be compatibles.
|
||||
|
|
|
@ -101,7 +101,6 @@ ynh_script_progression --message="Restore datas..." --weight=5
|
|||
# Sync data directory backup
|
||||
rsync -a $tmp_data_backup/ $install_dir/data/
|
||||
|
||||
|
||||
#=================================================
|
||||
# FIX PERMISSIONS
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue