diff options
-rw-r--r-- | .idea/vcs.xml | 6 | ||||
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | private/FamilineConfig.demo.json | 18 |
3 files changed, 33 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$" vcs="Git" /> + </component> +</project>
\ 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 |