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

Merge pull request #61 from YunoHost-Apps/testing

Testing
This commit is contained in:
Robles Rodolphe 2024-04-21 01:13:52 +02:00 committed by GitHub
commit 9de720c6df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. 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.
**Shipped version:** 1.3.8~ynh2
**Shipped version:** 1.3.8~ynh3
**Demo:** <https://paheko.cloud/essai/>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. 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.
**Paketatutako bertsioa:** 1.3.8~ynh2
**Paketatutako bertsioa:** 1.3.8~ynh3
**Demoa:** <https://paheko.cloud/essai/>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Paheko (mot de la langue Māori qui signifie « coopérer », illustrant le but du logiciel : améliorer ensemble le quotidien de la gestion d'une association) est un logiciel de gestion associative. Il est l'outil de prédilection pour gérer une association, un club sportif, une ONG, etc. Il est conçu pour répondre aux besoins d'une structure de petite à moyenne taille : gestion des adhérents, comptabilité, site web, prise de notes en réunion, archivage et partage des documents de fonctionnement de l'association, discussion entre adhérents.
**Version incluse:** 1.3.8~ynh2
**Version incluse:** 1.3.8~ynh3
**Démo:** <https://paheko.cloud/essai/>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. 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.
**Versión proporcionada:** 1.3.8~ynh2
**Versión proporcionada:** 1.3.8~ynh3
**Demo:** <https://paheko.cloud/essai/>

View file

@ -19,7 +19,7 @@
Paheko (a word from the Māori language meaning "to cooperate", illustrating the purpose of the software: to improve together the daily management of an association) is software for associative management. 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.
**分发版本:** 1.3.8~ynh2
**分发版本:** 1.3.8~ynh3
**演示:** <https://paheko.cloud/essai/>

View file

@ -951,7 +951,7 @@ const USE_CRON = true;
* @var null|string
*/
const LOCAL_ADDRESSES_ROOT = '__DATA_DIR__/data/local_addresses/';
const LOCAL_ADDRESSES_ROOT = DATA_ROOT . '/local_addresses/';
/**
* Chemin vers le fichier pour des configurations personnelles qui ne sera pas écraser

View file

@ -14,13 +14,13 @@ en vous connectant avec le user root:
```
cd __DATA_DIR__/data/local_addresses/
wget https://paheko.cloud/addresses/fr.sqlite
chown -R $app:www-data fr.sqlite
chown -R __APP__:www-data fr.sqlite
```
La base de données devrait normalement être mise à jours tous les mois, pour la mettre à jour, il vous faudra supprimer le fichier `fr.sqlite` et recommencer cette procédure.
**Important** : Pour une raison quelconque, le courriel ne fonctionne pas lors de linstallation sur une sous-instance. Nous vous encourageons à utiliser un nom de domaine complet dédié à ce domaine (avec le chemin défini sur /). Sur une première installation, vous aurez peut-être besoin d'une première mise à jour pour mettre à jour le dossier `__DATA_DIR__/data`, vous pouvez forcer la mise à jour:
```
yunohost app $app upgrade -F
yunohost app __APP__ upgrade -F
```

View file

@ -5,7 +5,7 @@ name = "Paheko"
description.en = "Association management software"
description.fr = "Logiciel de gestion d'association"
version = "1.3.8~ynh2"
version = "1.3.8~ynh3"
maintainers = ["rodinux"]