From 60905ebe59279647a8d6208b77cbf58f995f9145 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 31 Oct 2021 11:51:47 +0100 Subject: Add docs --- .idea/vcs.xml | 6 ++++++ README.md | 9 +++++++++ private/FamilineConfig.demo.json | 18 ++++++++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 .idea/vcs.xml create mode 100644 README.md create mode 100644 private/FamilineConfig.demo.json diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..aff8c00 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Familine + +## Installation + +1. Copiez les fichiers dans le dossier `/mnt/familine` +2. Renommez `private/FamilineConfig.demo.json` en `private/FamilineConfig.json` +3. Modifiez la configuration selon vos besoins +4. C'est prêt ! +5. (en option) [Installez les autres applications Familine](https://source.minteck.org/familine) \ No newline at end of file diff --git a/private/FamilineConfig.demo.json b/private/FamilineConfig.demo.json new file mode 100644 index 0000000..2d9ca95 --- /dev/null +++ b/private/FamilineConfig.demo.json @@ -0,0 +1,18 @@ +{ + "Global": { + "domain": "familine.minteck.org", + "federation": "account.familine.minteck.org", + "support": "support@familine.minteck.org" + }, + + "Money": { + "terms": [ + "Insérez ici", + "les conditions", + "d'utilisation de", + "votre instance de", + "Familine Money" + ], + "collect": "Insérez ici le nom de l'administrateur de Familine" + } +} \ No newline at end of file -- cgit