From 3a8da4f775311a98fefbc4910a2e0f087cbe3bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:45:08 +0200 Subject: [PATCH] fix --- doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 2 +- doc/POST_INSTALL.md | 1 + doc/POST_INSTALL_fr.md | 20 ++++++++++++++++++++ doc/POST_INSTALL_fr.md.md | 19 ------------------- manifest.toml | 2 +- 6 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 doc/POST_INSTALL_fr.md delete mode 100644 doc/POST_INSTALL_fr.md.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index fd0e76d..2212c50 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -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 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. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index 8b17220..da2efa0 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1 @@ -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é. \ No newline at end of file +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é. \ No newline at end of file diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index b7ba52d..371365b 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -16,4 +16,5 @@ Link to Noalyss' user documentation: https://www.noalyss.eu/?page_id=1031 Please find also for reference the credential for the dedicated PostgreSQL database user: Database user: __DB_USER__ +Database name: __DB_USER__ Database password: __DB_PWD__ diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md new file mode 100644 index 0000000..436a796 --- /dev/null +++ b/doc/POST_INSTALL_fr.md @@ -0,0 +1,20 @@ +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). +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) +3. Faites défiler vers le bas de la page et cliquez sur le bouton "Essai effacement install.php et se connecter à NOALYSS" (FR) / "Try eraser install.php and log into NOALYSS" (EN) + +Une fois cela fait, vous pourrez vous connecter à Noalyss avec vos identifiants : + +domaine : https://__DOMAIN____PATH__ +utilisateur administrateur : __ADMIN__ +mot de passe administrateur : you_password + +Lien vers la documentation utilisateur de Noalyss : https://www.noalyss.eu/?page_id=1031 + + +Veuillez trouver également pour référence les informations d'identification de l'utilisateur de la base de données PostgreSQL dédiée : + +Utilisateur de la base de données : __DB_USER__ +Nom de la base de données : __DB_USER__ +Mot de passe de la base de données : __DB_PWD__ \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md.md b/doc/POST_INSTALL_fr.md.md deleted file mode 100644 index b7ba52d..0000000 --- a/doc/POST_INSTALL_fr.md.md +++ /dev/null @@ -1,19 +0,0 @@ -To conclude, please open the admin configuration page of your NOALYSS domain: https://__DOMAIN____PATH__install.php -You will have to: -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) -3. Scroll to the bottom of the page and click on the button "Essai effacement install.php et se connecter à NOALYSS" (FR) / "Try erasing install.php and log into NOALYSS" (EN) - -Once done, you will be able to log into Noalyss with your credentials: - -domain: https://__DOMAIN____PATH__ -admin user: __ADMIN__ -admin password: you_password - -Link to Noalyss' user documentation: https://www.noalyss.eu/?page_id=1031 - - -Please find also for reference the credential for the dedicated PostgreSQL database user: - -Database user: __DB_USER__ -Database password: __DB_PWD__ diff --git a/manifest.toml b/manifest.toml index 6d74d12..229d818 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ multi_instance = false ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "1000M" ram.runtime = "50M" [install]