mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
commit
e8207214d5
5 changed files with 8 additions and 5 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Noalyss is an accounting server intended to be hosted on the Internet in order to contain the accounting of an unlimited number of companies and users who do not know each other. Each company has its own accounting files, its own users, and cannot interfere with the accounting of others, unless expressly authorized to do so.
|
Noalyss is an accounting server intended to be hosted on the Internet in order to contain the accounting of an unlimited number of companies and users who do not know each other. Each company has its own accounting files, its own users, and cannot interfere with the accounting of others, unless expressly authorized to do so.
|
||||||
|
|
||||||
**Shipped version:** 9.1.0.7~ynh1
|
**Shipped version:** 9.1.0.7~ynh2
|
||||||
|
|
||||||
**Demo:** http://demo.noalyss.eu/index.php
|
**Demo:** http://demo.noalyss.eu/index.php
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Noalyss est un serveur de comptabilité destiné à être hébergé sur Internet afin de contenir la comptabilité d’un nombre illimité de sociétés et d’utilisateurs ne se connaissant pas. Chaque société a ses propres dossiers comptables, ses propres utilisateurs, et ne peut pas interférer avec la comptabilité des autres, à moins d’y être expressément autorisé.
|
Noalyss est un serveur de comptabilité destiné à être hébergé sur Internet afin de contenir la comptabilité d’un nombre illimité de sociétés et d’utilisateurs ne se connaissant pas. Chaque société a ses propres dossiers comptables, ses propres utilisateurs, et ne peut pas interférer avec la comptabilité des autres, à moins d’y être expressément autorisé.
|
||||||
|
|
||||||
**Version incluse :** 9.1.0.7~ynh1
|
**Version incluse :** 9.1.0.7~ynh2
|
||||||
|
|
||||||
**Démo :** http://demo.noalyss.eu/index.php
|
**Démo :** http://demo.noalyss.eu/index.php
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
To conclude, please open the admin configuration page of your NOALYSS domain: https://__DOMAIN____PATH__install.php
|
To conclude, please open the admin configuration page of your NOALYSS domain: https://__DOMAIN____PATH__/install.php
|
||||||
You will have to:
|
You will have to:
|
||||||
1. Select the language you want and click on "Continuer" (FR) / "Continue" (EN).
|
1. Select the language you want and click on "Continuer" (FR) / "Continue" (EN).
|
||||||
2. Scroll the page down and click on the button "Commencer la mise à jour ou l'installation ?" (FR) / "Start the update or the installation ?\" (EN)
|
2. Scroll the page down and click on the button "Commencer la mise à jour ou l'installation ?" (FR) / "Start the update or the installation ?\" (EN)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Pour conclure l'installation, veuillez ouvrir la page de configuration admin de votre domaine NOALYSS : https://__DOMAIN____PATH__install.php
|
Pour conclure l'installation, veuillez ouvrir la page de configuration admin de votre domaine NOALYSS : https://__DOMAIN____PATH__/install.php
|
||||||
|
|
||||||
1. Sélectionnez la langue souhaitée et cliquez sur "Continuer" (FR) / "Continuer" (EN).
|
1. Sélectionnez la langue souhaitée et cliquez sur "Continuer" (FR) / "Continuer" (EN).
|
||||||
2. Faites défiler la page vers le bas et cliquez sur le bouton "Commencer la mise à jour ou l'installation ?" (FR) / "Lancer la mise à jour ou l'installation ?\" (EN)
|
2. Faites défiler la page vers le bas et cliquez sur le bouton "Commencer la mise à jour ou l'installation ?" (FR) / "Lancer la mise à jour ou l'installation ?\" (EN)
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Noalyss"
|
||||||
description.en = "Accounting free software (Belgian and French accounting)"
|
description.en = "Accounting free software (Belgian and French accounting)"
|
||||||
description.fr = "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
description.fr = "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
||||||
|
|
||||||
version = "9.1.0.7~ynh1"
|
version = "9.1.0.7~ynh2"
|
||||||
|
|
||||||
maintainers = ["datatierce"]
|
maintainers = ["datatierce"]
|
||||||
|
|
||||||
|
@ -19,8 +19,11 @@ admindoc = "https://wiki.noalyss.eu/doku.php"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "1000M"
|
ram.build = "1000M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
Loading…
Reference in a new issue